feat: Parse environment variables from .env file

This commit is contained in:
Noah 2025-08-31 03:49:57 +02:00
parent e654f8449c
commit 99a81a201b
No known key found for this signature in database
GPG key ID: D2A7E2C8F77E0430
3 changed files with 13 additions and 2 deletions

1
go.mod
View file

@ -12,6 +12,7 @@ require (
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/net v0.43.0 // indirect