Closed narensrini closed 8 years ago
Can we rename utils.go
-> test_utils.go
? Also, whats vendor?
Otherwise LGTM
vendor/
is a godep thing. It's where each of the dependencies get copied to.
https://devcenter.heroku.com/articles/go-dependencies-via-godep
Now, to test packages, run
go test ./...
@Rossem @Wojtechnology