aofei/air

Code organization and API naming convention.

aofei opened this issue · 0 comments

aofei commented

Writing Format

  1. 100 characters per line.
  2. Use <Tab> to indentation.
  3. A <Tab> occupies 8 spaces.
  4. Use // to comment.

Code Organization

  1. Use gofmt to format all go files before git commit.

Testing

  1. Use go test to test whether the Air can server properly.