mirror of
https://codeberg.org/git-pages/git-pages.git
synced 2026-05-14 03:01:48 +00:00
8 lines
177 B
Go
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() }
|