Files
artifactapi/internal/config
unkinben 1bed296c35
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
fix: let getenv honour an explicitly-empty env var
getenv fell back to the default whenever os.Getenv returned empty, so an
intentionally-empty override was impossible. Use os.LookupEnv to
distinguish unset from empty.

Refs #69
2026-07-02 00:28:40 +10:00
..