feat(gateway): update gateway cmd

This commit is contained in:
bandl 2021-10-15 22:36:29 +08:00
parent 57a655a708
commit 32936576d3
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ limitations under the License.
*/ */
package main package main
import "gitee.com/timedb/wheatCache/getway/cmd" import "gitee.com/timedb/wheatCache/gateway/cmd"
func main() { func main() {
cmd.Execute() cmd.Execute()