-
When editing Go, please run
go fmt
before every commit. -
When editing coffeescript (in the
proxy/
directory), please runcake lint
and resolve any lint issues before every commit. -
You may run tests locally with either
go test
orcake test
for Go and coffeescript, respectively.