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 times (up to
> 10 seconds instead of 1-2 seconds).
>
> I know for normal packages, I have to do the following:
>
> go install github.com/coreos/etcd/clientv3
> go install github.com/coreos/etcd/integration
> go install github.com/coreos/pkg/capnslog
>
>
> But this does not help me here. Has anybody an idea to fix this 'issue'?

try `go test -i` to install the dependencies for the test.

-- 
Nick Craig-Wood <n...@craig-wood.com> -- http://www.craig-wood.com/nick

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to