fork of whitequark.org/git-pages with mods for tangled
at main 177 B view raw
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() }