deb-simple/main/main.go
Tyler 331e7e0296
Some checks failed
the build failed
Try a different project structure
2018-10-14 04:17:04 -04:00

9 lines
91 B
Go

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