diff options
Diffstat (limited to 'doc/development/go_guide/index.md')
-rw-r--r-- | doc/development/go_guide/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/go_guide/index.md b/doc/development/go_guide/index.md index 27cd0370bba..73a1dd8ad8a 100644 --- a/doc/development/go_guide/index.md +++ b/doc/development/go_guide/index.md @@ -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 |