2022-11-06 04:34:34 +09:00
|
|
|
package main
|
|
|
|
|
2022-12-03 21:40:03 +09:00
|
|
|
import "codeberg.org/gothub/gothub/cmd/gothub"
|
2022-11-06 04:34:34 +09:00
|
|
|
|
|
|
|
func main() {
|
2022-12-03 21:40:03 +09:00
|
|
|
gothub.Execute()
|
|
|
|
// Looking for the Fiber server? It's in serve/serve.go.
|
2022-11-06 04:34:34 +09:00
|
|
|
}
|