initialize project structure with main, routing, and environment utilities

This commit is contained in:
2025-07-17 04:01:30 +08:00
parent 47db58b967
commit 70b653a88b
6 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package v1
import "github.com/cloudwego/hertz/pkg/route"
func registerUserRoutes(group *route.RouterGroup) {
}