go1.17: run goimports to supports the new //go:build lines

This commit is contained in:
Christian Schwarz
2021-10-09 16:50:25 +02:00
parent 1edb8014bc
commit a6dbda1ea8
7 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
//go:build tools
// +build tools
package main