skibish / ddns

Personal DDNS client with Digital Ocean Networking DNS as backend.
MIT License
254 stars 24 forks source link

Change error messages to lowercase #9

Closed Gerifield closed 6 years ago

Gerifield commented 6 years ago

According to the Go "style guide" ( https://github.com/golang/go/wiki/CodeReviewComments#error-strings ) errors shouldn't start with uppercase characters.

skibish commented 6 years ago

@Gerifield thanks! :)