Skip to content

Latest commit

History

History
26 lines (16 loc) 路 914 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) 路 914 Bytes

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.