From 32936576d3d2d6a099a20e38709002081067fe81 Mon Sep 17 00:00:00 2001 From: bandl <1658002533@qq.com> Date: Fri, 15 Oct 2021 22:36:29 +0800 Subject: [PATCH] feat(gateway): update gateway cmd --- {getway => gateway}/cmd/root.go | 0 {getway => gateway}/main.go | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {getway => gateway}/cmd/root.go (100%) rename {getway => gateway}/main.go (92%) diff --git a/getway/cmd/root.go b/gateway/cmd/root.go similarity index 100% rename from getway/cmd/root.go rename to gateway/cmd/root.go diff --git a/getway/main.go b/gateway/main.go similarity index 92% rename from getway/main.go rename to gateway/main.go index 016a89a..f77a8ee 100644 --- a/getway/main.go +++ b/gateway/main.go @@ -15,7 +15,7 @@ limitations under the License. */ package main -import "gitee.com/timedb/wheatCache/getway/cmd" +import "gitee.com/timedb/wheatCache/gateway/cmd" func main() { cmd.Execute()