standard/server/hertz.go
2026-03-28 19:31:44 +08:00

10 lines
103 B
Go

package server
import (
"gitea.micah.com/micah/standard/server/hertz"
)
func Run() {
hertz.Run()
}