mirror of
https://github.com/cjdenio/uta-trax-api.git
synced 2026-08-04 22:06:34 +00:00
new stuff!
This commit is contained in:
+4
-1
@@ -257,5 +257,8 @@ func main() {
|
||||
|
||||
fmt.Printf("Started on port %s\n", port)
|
||||
|
||||
http.ListenAndServe(":"+port, nil)
|
||||
err = http.ListenAndServe(":"+port, nil)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user