Files
go-util/go.mod
T
tiennm99 a5126c5230 feat: auto-load .env via shared internal/env package
Add godotenv dependency and internal/env init loader so all cmd/
scripts get .env vars loaded automatically via blank import.
2026-04-13 09:13:24 +07:00

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