mirror of
https://github.com/tiennm99/go-util.git
synced 2026-07-12 15:04:52 +00:00
a5126c5230
Add godotenv dependency and internal/env init loader so all cmd/ scripts get .env vars loaded automatically via blank import.
6 lines
99 B
Modula-2
6 lines
99 B
Modula-2
module github.com/tiennm99/go-util
|
|
|
|
go 1.26.1
|
|
|
|
require github.com/joho/godotenv v1.5.1 // indirect
|