msgpack-cli icon indicating copy to clipboard operation
msgpack-cli copied to clipboard

Cannot install on macOS.

Open ilovetogetspamed opened this issue 6 years ago • 1 comments

This is what I get when I try running your install script using go version go1.13.1 darwin/amd64.

$ go get github.com/jakm/msgpack-cli
# github.com/jakm/msgpack-cli
../github.com/jakm/msgpack-cli/msgpack.go:52:30: cannot use promoted field BasicHandle.DecodeOptions.RawToString in struct literal of type codec.MsgpackHandle

ilovetogetspamed avatar Sep 30 '19 13:09 ilovetogetspamed

I have the same issue. macOS Mojave 10.14.6.

$ go get github.com/jakm/msgpack-cli
# github.com/jakm/msgpack-cli
../../go/src/github.com/jakm/msgpack-cli/msgpack.go:52:30: cannot use promoted field BasicHandle.DecodeOptions.RawToString in struct literal of type codec.MsgpackHandle

mt-matthias avatar Nov 21 '19 04:11 mt-matthias