From c69284b1172fe3c7a1d2ffaa88ab0d67975ad7c0 Mon Sep 17 00:00:00 2001 From: AlexStocks <alexstocks@foxmail.com> Date: Sun, 12 Aug 2018 22:15:25 +0800 Subject: [PATCH] delete client dir --- examples/client/app/test.go | 2 +- {client/jsonrpc => jsonrpc}/http.go | 0 {client/jsonrpc => jsonrpc}/json.go | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {client/jsonrpc => jsonrpc}/http.go (100%) rename {client/jsonrpc => jsonrpc}/json.go (100%) diff --git a/examples/client/app/test.go b/examples/client/app/test.go index a25f39ac8..7f486c0aa 100644 --- a/examples/client/app/test.go +++ b/examples/client/app/test.go @@ -13,7 +13,7 @@ import ( ) import ( - "github.com/dubbo/dubbo-go/client/jsonrpc" + "github.com/dubbo/dubbo-go/jsonrpc" "github.com/dubbo/dubbo-go/public" "github.com/dubbo/dubbo-go/registry" ) diff --git a/client/jsonrpc/http.go b/jsonrpc/http.go similarity index 100% rename from client/jsonrpc/http.go rename to jsonrpc/http.go diff --git a/client/jsonrpc/json.go b/jsonrpc/json.go similarity index 100% rename from client/jsonrpc/json.go rename to jsonrpc/json.go -- GitLab