main: use go mod expected path for go.bug.st/serial

This commit is contained in:
Elliott Sales de Andrade
2020-02-11 14:09:22 -05:00
committed by GitHub
parent e3ae57090f
commit d11abb33fe
3 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import (
"github.com/tinygo-org/tinygo/interp"
"github.com/tinygo-org/tinygo/loader"
serial "go.bug.st/serial.v1"
"go.bug.st/serial"
)
// commandError is an error type to wrap os/exec.Command errors. This provides