913 B
913 B
Contributing Guide
Style Guide
Code format
Annie uses gofmt to format the code, you must use gofmt to format your code before submitting.
linter
We recommend using golint or gometalinter to check your code format.
Build
Make sure that this folder is in GOPATH
, then:
$ go build
Features Requested
There are several features requested by the community. If you have any idea, feel free to fork the repo, follow the style guide above, push and merge it after passing the test. Besides, you are welcomed to propose new features through the issue.