Contributing Style Guide Code format Annie uses gofmt to format the code, you must use gofmt to format your code before submitting. Golint You can use golint to check your code format. Build Make sure that this folder is in GOPATH, then: $ go build