Re: [go-nuts] accidental 'testing' import

2017-05-10 Thread Brian Fallik
Hi, On Wed, May 10, 2017 at 11:10 AM, Jan Mercl <0xj...@gmail.com> wrote: > On Wed, May 10, 2017 at 5:01 PM Brian Fallik wrote: > >> Or would this make sense as >> an external tool, and does one already exist? > > Maybe grep of the output of 'go list' may

[go-nuts] accidental 'testing' import

2017-05-10 Thread Brian Fallik
Hi, Every 6 months or so a developer on our team will inadvertently import a package that establishes an import chain from a production binary to the 'testing' package. This is a potential problem for a few reasons. It makes the binaries larger, it pollutes the cli flags with testing flags, it inc

Re: [go-nuts] Re: http/2 client vs. GOAWAY

2017-01-12 Thread Brian Fallik
hing strange, but I would open an issue > none the less. > > > > > On Wednesday, January 11, 2017 at 5:18:54 PM UTC-5, Brian Fallik wrote: >> >> Hello Gophers, >> >> I'm trying to understand some behavior of Go's http client in >> http2-mode.

[go-nuts] http/2 client vs. GOAWAY

2017-01-11 Thread Brian Fallik
Hello Gophers, I'm trying to understand some behavior of Go's http client in http2-mode. Our code uses http.DefaultClient and on the server side we recently switched load balancers to a version that adds support for http/2. Go magically started using http/2 for us but now our clients occasionally