dougt / whereismyfox

BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

go-restful breakage and server testing #27

Closed eggpi closed 11 years ago

eggpi commented 11 years ago

This PR contains some fixes for go-restful compatibility (we really do need to figure out how to fix a version) and some tests for the server.

There's some code repetition in the tests, but I think we can merge first and refactor later when we have more code. Let me know if you disagree.

nikhilm commented 11 years ago

Go has no version concept -- this dude advocates always keeping master as the 'latest stable version', but not everyone knows that. Raise issue with go-restful?

http://areyoufuckingcoding.me/2012/02/14/the-go-tool/