A cross-platform tool to load a .env and run a command. https://webinstall.dev/dotenv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
142 B

module git.rootprojects.org/root/dotenv
go 1.15
require (
git.rootprojects.org/root/go-gitver/v2 v2.0.2
github.com/joho/godotenv v1.3.0
)