Follow the setup guide in README.md
grunt && grunt watch
grunt karma:dev
test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
grunt test
godep go test -v ./pkg/...
Follow the setup guide in README.md
grunt && grunt watch
grunt karma:dev
test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
grunt test
godep go test -v ./pkg/...