Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move wiki information to docs #9126

Merged
merged 15 commits into from
Apr 22, 2021
Next Next commit
Create CODE_STYLE
  • Loading branch information
sjwang90 authored Apr 13, 2021
commit 896d1c5a3c100ea8326ab04761e22f549f678c4b
6 changes: 6 additions & 0 deletions docs/developers/CODE_STYLE
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Code is required to be formatted using `gofmt`, this covers most code style
requirements. It is also highly recommended to use `goimports` to
automatically order imports.

Please try to keep lines length under 80 characters, the exact number of
characters is not strict but it generally helps with readability.