Commit Graph

17 Commits (4867ad3e6213d4f47a412fb63764ae404246f0aa)

Author SHA1 Message Date
Chris Bednarski 746f82d743 Added some comments so golint is happy 10 years ago
Chris Bednarski b41ceb8798 Removed even more unused code 10 years ago
Chris Bednarski b1645b0f35 Fixed a sort bug and added some more tests 10 years ago
Chris Bednarski 3639cfd93b More docs, fixed naming inconsistencies, moved formatting to Hostname methods 10 years ago
Chris Bednarski ebc96283b0 Clean up some golint errors 10 years ago
Chris Bednarski f5dea78ac3 Some preliminary work and a lot of commented code 10 years ago
Chris Bednarski 9e82a4a331 Changed interface to NewHostname not to return error
This is more succinct for most uses.
10 years ago
Chris Bednarski ac2093932c Changed ip from string to net.IP and changed hostnames to pointers 10 years ago
Chris Bednarski c3b108ea9e Moved contents of lib back to the root 10 years ago
Chris Bednarski 64caf045bc Rearranged the package so go install will install the binary instead of some random crap 10 years ago
Chris Bednarski 39db28a677 Reformat some help stuff 10 years ago
Chris Bednarski a7406bc7ac Migrate usage / help to CLI framework 10 years ago
Chris Bednarski 0750805ceb Added del and has and some helper functions 10 years ago
Chris Bednarski 62832cd57b Implement ls command with alpha sorting and column alignment 10 years ago
Chris Bednarski ac92906cfc Write errors to stderr instead of stdout 10 years ago
Chris Bednarski 1e90d1336c Implemented add and fix with some error handling (no saving yet) 10 years ago
Chris Bednarski d40732868a Added command stubs 10 years ago