Optimize file structure

This commit is contained in:
Flavio Meyer 2020-01-20 14:36:25 +01:00
parent b1880a435c
commit 677cb52715
6 changed files with 6 additions and 8 deletions

View file

@ -184,4 +184,4 @@ func main() {
}
fmt.Printf("Listening on port " + opts["PORT"])
http.ListenAndServe(":"+opts["PORT"], nil)
}
}