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:
Cristian Maglie
2016-09-04 23:49:24 +02:00
parent f5235118e1
commit b89deafa1c
15 changed files with 18 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
// license that can be found in the LICENSE file.
//
package serial // import "go.bug.st/serial"
package serial // import "go.bug.st/serial.v1"
// Port is the interface for a serial Port
type Port interface {