Skip to content

Best Practice: Recommended coding standard

suntong edited this page Aug 22, 2021 · 1 revision
  • go fmt our code. See #73, In the book Go Programming Language, in the first chapter author strongly recommends using the gofmt tool before each save, and we should do the same as well.
  • Use closes #nnn in (PR/commit) title to close issues and link the changes back to the issue. See #72.
Clone this wiki locally