bugst / go-serial

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

README.md instructions for installing incomplete #53

Closed linux4life798 closed 4 years ago

linux4life798 commented 5 years ago

After cloning, you cannot just run go test go.bug.st/serial.v1, since you may not have certain dependencies, like github.com/creack/goselect. There should be another line, like go get -v go.bug.st/serial.v1 after cloning to fetch the other deps.

cmaglie commented 4 years ago

We are now using go modules, the go toolchain should download the correct dependencies automatically.