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
+1
View File
@@ -1,3 +1,4 @@
//go:build freebsd
// +build freebsd
package tcpsock
+1
View File
@@ -1,3 +1,4 @@
//go:build linux
// +build linux
package tcpsock
@@ -1,3 +1,4 @@
//go:build !linux && !freebsd
// +build !linux,!freebsd
package tcpsock