srs/internal/env
winlin b289161379 Replace godotenv with custom .env parser and add unit tests
Remove the third-party godotenv dependency by inlining a minimal .env
file parser that supports the same syntax we use (KEY=VALUE, comments,
export prefix, single/double quoted values). Add 13 unit tests covering
all parsing paths and the no-overwrite behavior.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 13:40:55 -04:00
..
env_test.go Replace godotenv with custom .env parser and add unit tests 2026-04-12 13:40:55 -04:00
env.go Replace godotenv with custom .env parser and add unit tests 2026-04-12 13:40:55 -04:00