diff --git a/http_test.go b/http_test.go index b8410fa..520dd93 100644 --- a/http_test.go +++ b/http_test.go @@ -13,7 +13,7 @@ import ( "github.com/micro/go-micro/client" "github.com/micro/go-micro/registry" "github.com/micro/go-micro/selector" - "github.com/micro/go-plugins/client/http/proto" + "github.com/micro/go-plugins/client/http/test" "github.com/micro/go-plugins/registry/memory" "golang.org/x/net/context" diff --git a/proto/test.pb.go b/test/test.pb.go similarity index 100% rename from proto/test.pb.go rename to test/test.pb.go diff --git a/proto/test.proto b/test/test.proto similarity index 100% rename from proto/test.proto rename to test/test.proto