Fixed wrong build tags... oops
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
//
|
//
|
||||||
|
|
||||||
// +build go1.10
|
// +build go1.10,darwin
|
||||||
|
|
||||||
package enumerator // import "go.bug.st/serial.v1/enumerator"
|
package enumerator // import "go.bug.st/serial.v1/enumerator"
|
||||||
|
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
//
|
//
|
||||||
|
|
||||||
// +build !go1.10
|
// +build !go1.10,darwin
|
||||||
|
|
||||||
// This file is here to keep compatibility with the older versions of go
|
// This file is here to keep compatibility with the older versions of go
|
||||||
// and is no more maintained or bugfixed, please update your go version
|
// and is no more maintained or bugfixed, please update your go version
|
||||||
Reference in New Issue
Block a user