goburrow / modbus

Fault-tolerant implementation of modbus protocol in Go (golang)
BSD 3-Clause "New" or "Revised" License
936 stars 366 forks source link

golang >v.1.16.3 couldn't find package serial #71

Open ghost opened 3 years ago

ghost commented 3 years ago

I have a problem with build my tool on golang version 1.16.3. It says that it can't find package github.com/goburrow/serial even I've downloaded via command "go get github.com/goburrow/serial". When I reinstalled golang to version 1.15.11 my tool became build.

How find out what's changed in version 1.16.x?