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