mirror of
https://github.com/tiennm99/MTTools.git
synced 2026-08-13 07:22:03 +00:00
Add godotenv dependency and internal/env init loader so all cmd/ scripts get .env vars loaded automatically via blank import.
6 lines
99 B
AMPL
6 lines
99 B
AMPL
module github.com/tiennm99/go-util
|
|
|
|
go 1.26.1
|
|
|
|
require github.com/joho/godotenv v1.5.1 // indirect
|