Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
8
docs/developers/CODE_STYLE.md
Normal file
8
docs/developers/CODE_STYLE.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Code Style
|
||||
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue