# go-easydns Unfinished and basic API bindings for EasyDNS.com I originally created this to enable use of Let's Encrypt DNS validation. ### Installation ```bash go get deadbeef.codes/steven/go-easydns ``` ### Usage See [example-client](https://deadbeef.codes/steven/go-easydns/src/branch/master/example-client/main.go)