From 3b25b64a38585c44649f99a17870e5e484c38561 Mon Sep 17 00:00:00 2001 From: Jeyvian <117579078+PeanutBrrutter@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:33:34 +0800 Subject: [PATCH] Update config.go --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 71c42ff..1540372 100644 --- a/config.go +++ b/config.go @@ -5,7 +5,7 @@ import ( "fmt" "os" ) - + // Config struct to hold the configuration type Config struct { GoogleClientID string `json:"google_client_id"`