he3pg/hbr/main.go
2023-01-11 09:23:13 +08:00

10 lines
68 B
Go

package main
import (
"hbr/cmd"
)
func main() {
cmd.Execute()
}