Correct a bogus goimport rewrite for tests

This commit is contained in:
Sean Chittenden 2016-03-23 22:35:49 -07:00
parent dcc64d91c6
commit 5873b7e28e

View file

@ -10,7 +10,7 @@ import (
"github.com/hashicorp/consul/consul/structs"
"github.com/hashicorp/consul/testutil"
"github.com/hashicorp/consul/vendor/github.com/hashicorp/net-rpc-msgpackrpc"
"github.com/hashicorp/net-rpc-msgpackrpc"
"github.com/hashicorp/serf/serf"
)