Skip to content

Contributing

Aofei Sheng edited this page Dec 22, 2020 · 2 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 TGStore can work properly.
Clone this wiki locally