bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
619 stars 189 forks source link

go get fails... #70

Closed K6TD closed 4 years ago

K6TD commented 4 years ago

command: go get github.com/bugst/go-serial

Error message: package go.bug.st/serial/unixutils: unrecognized import path "go.bug.st/serial/unixutils" (parse https://go.bug.st/serial/unixutils?go-get=1: no go-import meta tags ()) go version: go version go1.13.1 linux/arm

cmaglie commented 4 years ago

use go.bug.st/serial

https://github.com/bugst/go-serial#gomod-transition

K6TD commented 4 years ago

please update readme to include: go get -u go.bug.st/serial

Not obvious, at least to me, the correct name to 'get'.

Thanks for the quick response.

KR