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 freebsd openbsd
|
||||
//go:build linux || freebsd || openbsd
|
||||
|
||||
package serial
|
||||
|
||||
|
||||
Reference in New Issue
Block a user