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