- Use conventional commits guidelines
- Use
go fmt
- All code should be error-free when run through
go vet
. make sanity
can also be run to check this.
- Use Markdown
- Always use a table of contents when there are multiple sections
go fmt
go vet
.make sanity
can also be run to check this.