deb-simple/main.go
Tyler 49f1b9312d
Some checks failed
the build failed
Fix directory structure for drone
2018-10-14 04:14:17 -04:00

9 lines
91 B
Go

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