he3pg/hbr-raw/main.go
2023-03-08 14:19:22 +08:00

10 lines
81 B
Go

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