Skip to content
Aofei Sheng edited this page May 13, 2017 · 8 revisions

Welcome to the Air wiki, a collection of information about this framework.

Contributing

  • This wiki is open to editing by any member of the Air community with a GitHub account.
  • If you would like to add a new page, please first open an issue in the Air issue tracker with the prefix 'wiki' to propose the addition. Clearly state why the content does not fit into any of the existing pages.
  • Because renaming of pages in the wiki can break external links, please open an issue before renaming or removing any wiki page.

Code Format

  1. 100 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 the Air can server properly.
Clone this wiki locally