jswank / dnsme

Command line client for DNS Made Easy
MIT License
20 stars 5 forks source link

Initial contributions from ShawnMilo. #1

Closed ShawnMilo closed 5 years ago

ShawnMilo commented 10 years ago

Hi. Thanks for creating this! I was about to build it myself and then I found yours, which does more than I was planning on.

I made a few small changes. Mostly golint compliance, but also moved the environment variable reading to init() and also got rid of the constants that were duplication of the existing global vars.

I'm thinking, long term, into splitting out the API work you did into a separate package (perhaps "dnsme") instead of "main," so it can be used both by the cli tool and also other programs. That's actually what I want for my project.

Thanks, Shawn

ShawnMilo commented 5 years ago

Doesn't look like this is being maintained...