Files
updata_hfb/main.go
T
2026-07-23 13:03:47 +08:00

8 lines
75 B
Go

package main
import "updata_hfb/internal/app"
func main() {
app.Run()
}