kutzilla / docker-hetzner-ddns

A Docker image that allows you to use Hetzner DNS as a DynDNS Provider
MIT License
23 stars 8 forks source link

Use advanced Go features #11

Closed kutzilla closed 2 years ago

kutzilla commented 2 years ago

The codebase has a pretty imperative and less fault-tolerant implementation. It should be enhanced by using more advanced features like structs and error handling.

kutzilla commented 2 years ago

Updated codebase with structs and packages. Also added a few test cases.