summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2024-10-03 20:53:39 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2024-10-03 20:53:39 +0200
commit168cd2f96f39295b9c96594784719fcb72607a00 (patch)
treee3d916ead9394eef1ce3103cd96d043b5e6d96c3 /main.go
parent1ce6e28049035b414b99cd9929cdbaa292026059 (diff)
downloadgosten-168cd2f96f39295b9c96594784719fcb72607a00.tar.gz
gosten-168cd2f96f39295b9c96594784719fcb72607a00.tar.bz2
gosten-168cd2f96f39295b9c96594784719fcb72607a00.zip
Remove unneeded flags
Diffstat (limited to '')
-rw-r--r--main.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/main.go b/main.go
index 118262b..084f1cf 100644
--- a/main.go
+++ b/main.go
@@ -14,12 +14,6 @@ import (
"gosten/templ"
)
-// flags
-var (
- port uint64
- host string
-)
-
var Q *model.Queries
func checkEnvEntry(e string) {