Hacker News new | ask | show | jobs
by obscuren 3738 days ago
We're making use of the standard Go tools + Godep and as such with any Go version below 1.6 you can run the tests with "godep go test ./...", anything above 1.5 with "go test ./...".

Good luck!

1 comments

thanks a lot!