Complete project pivot (#55)

Complete project pivot
This commit is contained in:
2022-01-12 08:57:21 +01:00
committed by GitHub
parent 70aa5332a9
commit bd581db472
46 changed files with 2638 additions and 1396 deletions

9
cmd/portal/main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"github.com/speedrunsh/speedrun/cmd/portal/cli"
)
func main() {
cli.Execute()
}