Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buildtags: Format only go:build lines for go 1.18+ (#211)
``` $ ./tmp/testgo161718.sh ./buildtags/ ./printer/ + go1.16.8 test ./buildtags/ ./printer/ ok github.com/mmcloughlin/avo/buildtags 0.001s ok github.com/mmcloughlin/avo/printer 0.002s + go1.17.2 test ./buildtags/ ./printer/ ok github.com/mmcloughlin/avo/buildtags 0.001s ok github.com/mmcloughlin/avo/printer 0.002s + gotip test ./buildtags/ ./printer/ ok github.com/mmcloughlin/avo/buildtags 0.001s ok github.com/mmcloughlin/avo/printer 0.002s ``` Updates #183
- Loading branch information