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:
@@ -8,7 +8,7 @@ package serial_test
|
||||
|
||||
import "fmt"
|
||||
import "log"
|
||||
import "go.bug.st/serial"
|
||||
import "go.bug.st/serial.v1"
|
||||
|
||||
// This example prints the list of serial ports and use the first one
|
||||
// to send a string "10,20,30" and prints the response on the screen.
|
||||
|
||||
Reference in New Issue
Block a user