Run Go 1.17 gofmt to add //go:build tags

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
This commit is contained in:
Tobias Klauser
2021-09-06 10:41:45 -04:00
committed by Matt Layher
parent 4259e17bb7
commit cb2ece2456
+1
View File
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build go1.15 && (linux || darwin || freebsd)
// +build go1.15
// +build linux darwin freebsd