Change import path to "go.bug.st/serial.v1"
This is needed when there are breaking changes in the API.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
// +build linux darwin
|
||||
|
||||
package serial // import "go.bug.st/serial"
|
||||
package serial // import "go.bug.st/serial.v1"
|
||||
|
||||
import "io/ioutil"
|
||||
import "regexp"
|
||||
|
||||
Reference in New Issue
Block a user