Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
All edits to .go files are made by
`tools/bin/golangci-lint run --fix ./...`, not by me as a human.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This isn't changing anything, just cut/paste. Some of these decisions
will make more sense in a later commit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. Edit Makefile:goversion
2. Run `make go-mod-tidy`
3. Run `gofmt -s -w .`
4. Look at the ignore-whitespace-change diff and fixup band gofmt changes
|
|
|
|
|
|
|