Commit 81dd2f03 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'pedropombeiro-master-patch-15002' into 'master'

Add a Go code format guideline

See merge request gitlab-org/gitlab!25179
parents b1fe7c90 4eb0c040
......@@ -72,6 +72,7 @@ projects:
effects if the package is included multiple times.
- Use `go fmt` before committing ([Gofmt](https://golang.org/cmd/gofmt/) is a
tool that automatically formats Go source code).
- Place private methods below the first caller method in the source file.
### Automatic linting
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment