Removed obsolete +build directives in favor of modern go:build

This commit is contained in:
Cristian Maglie
2023-08-09 18:54:02 +02:00
parent 75c59a9418
commit 93097bf495
6 changed files with 7 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
// license that can be found in the LICENSE file.
//
// +build linux darwin freebsd openbsd
//go:build linux || darwin || freebsd || openbsd
package unixutils