Grpc-go: go get at tip fails with undefined: http2.TrailerPrefix on darwin/amd64

Created on 17 Feb 2016  路  3Comments  路  Source: grpc/grpc-go

$ go get google.golang.org/grpc

google.golang.org/grpc/transport

gocode/src/google.golang.org/grpc/transport/handler_server.go:202: undefined: http2.TrailerPrefix
0700077782A:~ rajanikanth.j$ go version
go version devel +387d5b8 Sat Feb 13 17:33:22 2016 +0000 darwin/amd64

Most helpful comment

Update your http2 dep. Either:

$ go get -u golang.org/x/net/http2

Or:

$ go get -u google.golang.org/grpc

All 3 comments

/cc @bradfitz

Update your http2 dep. Either:

$ go get -u golang.org/x/net/http2

Or:

$ go get -u google.golang.org/grpc

Thanks @bradfitz

Was this page helpful?
0 / 5 - 0 ratings

Related issues

liudanking picture liudanking  路  3Comments

fho picture fho  路  3Comments

ericchiang picture ericchiang  路  3Comments

kushp picture kushp  路  4Comments

aburluka picture aburluka  路  3Comments