Commit Graph

34 Commits (66670942dde09177da636714fd737b044d2ecc8a)

Author SHA1 Message Date
Chris Bednarski 66670942dd Started major refactor for 0.5.0
- Rewrite CLI to use flag package instead of codegangsta/cli
- Move lib to hostess/ and move main.go to project root
- Change some of the hostess API to return errors instead of panicking
- Remove aff, del, and list commands
- Remove -s and -q flags
4 years ago
Chris Bednarski 4c91c57875 Update to canonical golint import path, closes #35 Thanks Mateusz Kubuszok! 5 years ago
Chris Bednarski 4ac0eeb896 Vendor codegangsta/cli 8cbee4b7192cea690c9f048e742e6b4c3525fd9e 8 years ago
Mike Dillon 8efb2433aa Support alternate install prefix 8 years ago
lucascaro 8490279064 Add cover dependency 8 years ago
Chris Bednarski 96ff2753a7 Apparently trying to update myself also make travis blow up 9 years ago
Chris Bednarski 482b114db4 Go get with lots of dots makes travis blow up 9 years ago
Chris Bednarski e147e6e466 Added new builds to support windows and raspberrypi 9 years ago
Chris Bednarski 4203437444 Added some dots to the makefile so everything runs with vet and test and such 9 years ago
Chris Bednarski 429fd977dc Added go get for testify -- not sure why this is needed 9 years ago
Chris Bednarski 5f7587e540 Updated readme, now do make && make install 9 years ago
Chris Bednarski d840489baa Fix implementation for ls 9 years ago
Chris Bednarski 394f87d739 Make sure coverage.html is generated when tests fail
This has a side effect of making vet and lint run even if tests fail,
which maybe undesirable.
9 years ago
Chris Bednarski a79a8a0f71 User /usr/local/bin 9 years ago
Chris Bednarski 870b3f9756 Fixed some makefile issues and a golint thingy 9 years ago
Chris Bednarski ebc96283b0 Clean up some golint errors 9 years ago
Chris Bednarski 7f4f5d2b2e Changed to *V commands to switch between ipv4 and ipv6 functionality 9 years ago
Chris Bednarski c4a1076b01 Renamed main.go to hostess.go so it will have the right name without having to use -o, more idiomatic 9 years ago
Chris Bednarski d658a40fea Moved go vet after tests have run, removed some @s 9 years ago
Chris Bednarski 1b1671fca6 Added go vet and silence most of the commands so make is less spammy 9 years ago
Chris Bednarski e036b319cb Added make clean 9 years ago
Chris Bednarski fcbebef177 Fixed gox builds 9 years ago
Chris Bednarski c3b108ea9e Moved contents of lib back to the root 9 years ago
Chris Bednarski f10f823044 Whitespace 9 years ago
Chris Bednarski 74812b4a49 Added coverage to deps 9 years ago
Chris Bednarski 598bfb7ecb Added gox build 9 years ago
Chris Bednarski 64caf045bc Rearranged the package so go install will install the binary instead of some random crap 9 years ago
Chris Bednarski 72c72f33fe Update the makefile to look for the right file 9 years ago
Chris Bednarski 5e4ff2e6ec Added deps to makefile 9 years ago
Chris Bednarski 0637c167f4 Make runs test by default 9 years ago
Chris Bednarski 197eff7a04 Added test cases for parseLine 9 years ago
Chris Bednarski 6916ce2634 Cleanup some compilation errors 9 years ago
Chris Bednarski d809b75d3b Moved hostess functionality into hostess package, added tests 9 years ago
Chris Bednarski b6c4a6a432 Added makefile and main application 9 years ago