File: main.go

package info (click to toggle)
git-pages 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 460 kB
  • sloc: makefile: 6
file content (7 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
// 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() }