From 2b867a2d271a6f8009089a97b3f0c8aa987ed405 Mon Sep 17 00:00:00 2001
From: jotangen <jotangen86@gmail.com>
Date: Sun, 20 Oct 2019 18:49:06 +0200
Subject: [PATCH] Removed port 8080

---
 main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go
index dcae17c..f650fe6 100644
--- a/main.go
+++ b/main.go
@@ -103,7 +103,7 @@ func main() {
 	port := os.Getenv("PORT")
 
 	// Remove this when deploy
-	port ="8080"
+	//port ="8080"
 
 	if port == "" {
 		//log.fatal formatting output and exits
-- 
GitLab