Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

Contributing

Aofei Sheng edited this page Nov 17, 2021 · 1 revision

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 Go HTTP Request Routing Benchmark can work properly
Clone this wiki locally