Commit 4eb0c040 authored by Pedro Pombeiro's avatar Pedro Pombeiro

Add a Go code format guideline

parent 04d8f2f0
......@@ -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