From 0ecda812012c8de8dc13846ff9bb0c883684af78 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 1 Jan 2017 19:32:30 +0000 Subject: [PATCH] move proto dir to test --- http_test.go | 2 +- {proto => test}/test.pb.go | 0 {proto => test}/test.proto | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {proto => test}/test.pb.go (100%) rename {proto => test}/test.proto (100%) 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