- fork the repo
- use
make build
for a first build - start a branch and hack your changes
- use
make test
to test your changes - send a pull request
- glory, fame, money and glory (yes, twice)
-
Make sure your IDE runs
gofmt -w -s
on file save. -
Make sure your IDE adds a blank line at the end of the file.
-
To format on save, install the Go extension for VSCode and go to settings:
- in
Go: Format Flags
add-w -s
- in
Go: Format Tools
selectgofmt
- in
-
To insert a new line at the end of file on save, go to settings:
- in
Files: Insert Fina lNewline
mark the checkbox
- in