Skip to content

Commit 3364009

Browse files
committed
new
1 parent 8c29709 commit 3364009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
func main() {
21-
// Load environment variables from .env file
21+
// Load environment variables from .env file
2222
err := godotenv.Load()
2323
if err != nil {
2424
log.Fatalf("Error loading .env file")

0 commit comments

Comments
 (0)