Try a different project structure
Some checks failed
the build failed

This commit is contained in:
Tyler
2018-10-14 04:17:04 -04:00
parent 3d3670ac2b
commit 331e7e0296
16 changed files with 9 additions and 31 deletions

9
main/main.go Normal file
View File

@ -0,0 +1,9 @@
package main
import (
"gitea.meow.tf/tyler/deb-simple"
)
func main() {
simple.Start()
}