mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2025-01-04 06:13:06 +08:00
11 lines
104 B
Go
11 lines
104 B
Go
package main
|
|
|
|
import (
|
|
"github.com/nicksherron/bashhub-server/cmd"
|
|
)
|
|
|
|
func main() {
|
|
|
|
cmd.Execute()
|
|
|
|
}
|