[go-nuts] Re: Improving build times (for development) with go 1.11

2019-01-11 Thread itroot
Did you try to analyze your dependencies? Example how to do it: https://hackernoon.com/a-story-of-a-fat-go-binary-20edc6549b97 On Wednesday, January 9, 2019 at 7:45:44 AM UTC+3, hasan.abd...@mtic.co.jp wrote: > > I'm using go 1.11.2 and the build time for a small project (less than 10k > LOC) i

[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