deb-simple/main.go

9 lines
91 B
Go

package main
import (
"gitea.meow.tf/tyler/deb-simple"
)
func main() {
simple.Start()
}