gitlin/main.go

9 行
154 B
Go
Raw 通常表示 履歴

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