Re: [go-nuts] go test linking time issue

2019-01-11 Thread Ivan Tolstosheyev
It's go version go1.11.2 linux/amd64 now. We are flexible with go versions. On Fri, Jan 11, 2019 at 5:52 PM Ian Lance Taylor wrote: > On Fri, Jan 11, 2019 at 5:49 AM wrote: > > > > I'm working on pretty big golang project. This project consists of > several hundreds of packages, most of them ar

Re: [go-nuts] go test linking time issue

2019-01-11 Thread Ian Lance Taylor
On Fri, Jan 11, 2019 at 5:49 AM wrote: > > I'm working on pretty big golang project. This project consists of several > hundreds of packages, most of them are with tests. When we run tests, go test > tool does the following: > > * for each package with test files it extends this package with *_t

[go-nuts] go test linking time issue

2019-01-11 Thread itroot
Hi, All, I'm working on pretty big golang project. This project consists of several hundreds of packages, most of them are with tests. When we run tests, go test tool does the following: * for each package with test files it extends this package with *_test files of current package, create two