Re: [go-nuts] Slow compile times

2016-10-04 Thread Nick Craig-Wood
On 04/10/16 09:27, rene.zbin...@gmail.com wrote: > I use the following packages in a test file: > > import ( > "testing" > > "github.com/coreos/etcd/clientv3" > "github.com/coreos/etcd/integration" > "github.com/coreos/pkg/capnslog" > ) > > > Now I have the problem, that I have really slow compile

[go-nuts] Slow compile times

2016-10-04 Thread rene . zbinden
Hi I use the following packages in a test file: import ( "testing" "github.com/coreos/etcd/clientv3" "github.com/coreos/etcd/integration" "github.com/coreos/pkg/capnslog" ) Now I have the problem, that I have really slow compile times (up to 10 seconds instead of 1-2 seconds). I know for nor