mirror of
https://gitee.com/he3db/he3pg.git
synced 2024-11-29 18:58:35 +08:00
10 lines
81 B
Go
10 lines
81 B
Go
package main
|
|
|
|
import (
|
|
"hbr-raw/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|