Re: [go-nuts] HTTP2 package suddenly breaking all builds

2016-09-30 Thread Ian Lance Taylor
On Fri, Sep 30, 2016 at 3:16 AM, wrote: > > All my packages are unable to build because of this error > > /home/alex/go/src/golang.org/x/net/http2/transport.go:1853: ctx.Done > undefined (type contextContext is interface with no methods) >

Re: [go-nuts] HTTP2 package suddenly breaking all builds

2016-09-30 Thread Steven Hartland
http2 is now built in so yo don't need the x version? Alternatively it may be expecting you to be on go v1.7 and you're still using an older version? On 30/09/2016 11:16, alex.bread...@leadinglocally.com wrote: All my packages are unable to build because of this error

[go-nuts] HTTP2 package suddenly breaking all builds

2016-09-30 Thread alex . breadman
All my packages are unable to build because of this error /home/alex/go/src/golang.org/x/net/http2/transport.go:1853: ctx.Done undefined (type contextContext is interface with no methods) /home/alex/go/src/golang.org/x/net/http2/transport.go:1854: ctx.Err undefined (type contextContext is