gitlin/main.go
Odyssey 41a7fa5689 Initial cmd.
Signed-off-by: Odyssey <odyssey346@disroot.org>
2022-12-03 13:40:03 +01:00

9 行
154 B
Go

package main
import "codeberg.org/gothub/gothub/cmd/gothub"
func main() {
gothub.Execute()
// Looking for the Fiber server? It's in serve/serve.go.
}