This fixed it for me: 1) remove folder golang.org/x/net from $GOPATH/src 2) reinstall http2 and grpc:
go get golang.org/x/net/http2 go get google.golang.org/grpc On Tuesday, June 20, 2017 at 11:57:02 AM UTC+2, [email protected] wrote: > > I have the same problem on macOS. > > ../../google.golang.org/grpc/transport/http_util.go:466: > f.fr.SetReuseFrames undefined (type *http2.Framer has no field or method > SetReuseFrames) > > go version go1.8 darwin/amd64 > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/d10c3c1e-da28-4d0c-9a0b-569c21fd8200%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
