diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-22 20:54:20 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-22 20:54:20 +0200 |
| commit | fb6f9434eaf353375b20a13966946d3a230d93d5 (patch) | |
| tree | 4a481907a77e50c0564c4a572368e1133f796018 /env/env.go | |
| parent | 086a0cc0eb75c0c3a15cf6a715427df1e2d589a2 (diff) | |
testooooo
Diffstat (limited to 'env/env.go')
| -rw-r--r-- | env/env.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ func IsEnv(file string) bool { options = append(options, ".env-"+e, ".env."+e, - e+".env") + e+".env", + "."+e+".env") } return slices.Contains(options, file) } |
