From 9f3143db4412f51aa9073d85a97538d2f0c10696 Mon Sep 17 00:00:00 2001 From: somnath Date: Sun, 24 Nov 2024 12:03:33 +0530 Subject: [PATCH] removed .env comments --- src/main.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.go b/src/main.go index 4b35eda..ef6e4f6 100644 --- a/src/main.go +++ b/src/main.go @@ -6,9 +6,5 @@ import ( ) func main() { - // err := godotenv.Load() - // if err != nil { - // panic(err) - // } api.Api() }