Files
git-pages/main.go
T

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() }