Files
git-pages/main.go
2025-10-22 05:24:55 +00:00

8 lines
177 B
Go

// Go insists on having this file here for `go install` to work properly.
package main
import gitpages "codeberg.org/git-pages/git-pages/src"
func main() { gitpages.Main() }