Skip to content

Contributing

Aofei Sheng edited this page Dec 23, 2020 · 3 revisions

Code Format

  1. Up to 80 characters per line
  2. Use <Tab> to indentation
  3. A <Tab> occupies 8 spaces
  4. Use // to comment
  5. Use gofmt to format all Go files

Testing

  1. Use go test to test whether Cameron can work properly
Clone this wiki locally