Removed obsolete +build directives in favor of modern go:build
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user