diff --git a/main.go b/main.go deleted file mode 100644 index 214b7cb..0000000 --- a/main.go +++ /dev/null @@ -1,9 +0,0 @@ -package main - -import ( - "gitea.meow.tf/tyler/deb-simple" -) - -func main() { - simple.Start() -} \ No newline at end of file diff --git a/server.go b/server.go index 840c0bc..9a8106b 100644 --- a/server.go +++ b/server.go @@ -39,7 +39,7 @@ var ( pgpEntity *openpgp.Entity ) -func Start() { +func main() { flag.Parse() if *flagShowVersion {