deb-simple/main.go
Tyler 7aaa9e588f
Some checks failed
the build failed
Fix structure again
2018-10-14 04:18:57 -04:00

9 lines
91 B
Go

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