go-platform/routers/index/index.go
2026-03-31 17:28:07 +08:00

8 lines
161 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package index
// Register 注册前端站点index路由。
// 建议统一使用 /index/* 或根路径,根据后续设计补充。
func Register() {
}