9
cmd/portal/main.go
Normal file
9
cmd/portal/main.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/speedrunsh/speedrun/cmd/portal/cli"
|
||||
)
|
||||
|
||||
func main() {
|
||||
cli.Execute()
|
||||
}
|
||||
Reference in New Issue
Block a user