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"`