gitlin/main.go

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.
}