I tried to follow guides from README file and install mcumgr but without success. I'm using ubuntu 18.04 here is output from console:
go get github.com/apache/mynewt-mcumgr-cli/mcumgr
# mynewt.apache.org/newt/util
../../../go/src/mynewt.apache.org/newt/util/util.go:477:10: state.ExitCode undefined (type *os.ProcessState has no field or method ExitCode)
../../../go/src/mynewt.apache.org/newt/util/util.go:480:17: state.ExitCode undefined (type *os.ProcessState has no field or method ExitCode)
my go version is
go version
go version go1.10.4 linux/amd64
I also tried to export GO111MODULE=on but it doesn't change output.
I tried to follow guides from README file and install mcumgr but without success. I'm using ubuntu 18.04 here is output from console:
my go version is
I also tried to
export GO111MODULE=on
but it doesn't change output.