468 B
468 B
Instructions for agents
- Use
make helpto find available development targets - Before committing
.gochanges, runmake fmtto format, and runmake lintto lint - Before committing
go.modchanges, rungo mod tidy - Before committing new
.gofiles, add the current year into the copyright header - Before committing any files, remove all trailing whitespace from source code lines
- Add test code for newly added functions or new logic of old functions