文件统一驼峰命名

This commit is contained in:
xiabin 2025-01-21 16:54:00 +08:00
parent f9e552aea7
commit 0031036de1
15 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
"github.com/zeromicro/go-zero/rest" "github.com/zeromicro/go-zero/rest"
) )
var configFile = flag.String("f", "etc/gameOpenApi-Api.yaml", "the config file") var configFile = flag.String("f", "etc/game_open_api-api.yaml", "the config file")
func main() { func main() {
flag.Parse() flag.Parse()