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
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
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