mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
41a7fa5689
Signed-off-by: Odyssey <odyssey346@disroot.org>
9 lines
154 B
Go
9 lines
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.
|
|
}
|