Remove main.go
the build was successful Details

This commit is contained in:
Tyler 2018-10-14 04:19:33 -04:00
parent 7aaa9e588f
commit 8dd9a3d693
2 changed files with 1 additions and 10 deletions

View File

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

View File

@ -39,7 +39,7 @@ var (
pgpEntity *openpgp.Entity
)
func Start() {
func main() {
flag.Parse()
if *flagShowVersion {