From 93f4feea05ef7ac0f2c8f56f46c3d96317f4371d Mon Sep 17 00:00:00 2001
From: jotangen <jotangen86@gmail.com>
Date: Sun, 20 Oct 2019 21:52:10 +0200
Subject: [PATCH] // port:8080

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

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