From 78b89a107b4d23289b4834473f87c5308ceb4bc6 Mon Sep 17 00:00:00 2001 From: Paulo Truta Date: Sun, 8 Nov 2020 23:51:56 +0100 Subject: [PATCH] Prepare main for GitHub Action Build --- main.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/main.go b/main.go index c58f2af..dd87d32 100644 --- a/main.go +++ b/main.go @@ -9,12 +9,12 @@ func main() { fmt.Println("Hello World") - client := redis.NewClient(&redis.Options{ - Addr: "redis:6379", - Password: "", // no password set - DB: 0, // use default DB - }) - pong, err := client.Ping().Result() - fmt.Println(pong, err) + // client := redis.NewClient(&redis.Options{ + // Addr: "edgebox-queue:6379", + // Password: "", // no password set + // DB: 0, // use default DB + // }) + // pong, err := client.Ping().Result() + // fmt.Println(pong, err) } \ No newline at end of file