From 4b3b65937027cc35161d4df2f4cd813eb1fafd25 Mon Sep 17 00:00:00 2001 From: sibelly Date: Wed, 23 Oct 2024 12:33:50 -0400 Subject: [PATCH] fix: sera q abre outro PR ? --- go/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/main.go b/go/main.go index 30727e7..1c6e156 100644 --- a/go/main.go +++ b/go/main.go @@ -8,7 +8,7 @@ import ( ) func main() { - fmt.Println("hueheuheuehueheu hotfix 1") + fmt.Println("sera que vai abrir outro PR??????? hotfix 1") godotenv.Load("./.env") fmt.Println(os.Getenv("TEST_ENV_FILE_VAR")) }