aofei / air

An ideally refined web framework for Go.
https://pkg.go.dev/github.com/aofei/air
MIT License
441 stars 37 forks source link

Code organization and API naming convention. #1

Closed aofei closed 7 years ago

aofei commented 7 years ago

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.