Fixed wrong build tags... oops

This commit is contained in:
Cristian Maglie
2018-08-19 18:57:32 +02:00
parent de1714d049
commit e42339511c
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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