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