Hello all,
I did the installation of Go via Homebrew:
brew install golang
then I did:
go get github.com/jbenet/go-ipfs/cmd/ipfs
and I get:
# github.com/libp2p/go-libp2p-quic-transport
go/src/github.com/libp2p/go-libp2p-quic-transport/stream.go:15:31: s.Stream.CancelRead(0) used as value
go/src/github.com/libp2p/go-libp2p-quic-transport/stream.go:18:29: s.Stream.CancelWrite(0) used as value
go/src/github.com/libp2p/go-libp2p-quic-transport/transport.go:22:62: undefined: quic.VersionMilestone0_10_0
What’s wrong here? It seems it has a problem with a library, but I have no idea why.
How can I get IPFS installed?
Thanks!