issues
search
ilyakaznacheev
/
cleanenv
✨Clean and minimalistic environment configuration reader for Golang
MIT License
1.67k
stars
116
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
bug: cannot unmarshal int into time.Duration
#152
danhhuynh25029
closed
1 hour ago
1
feat request: option to add multiple config path based on various environment.
#150
pansachin
opened
2 months ago
0
feat: multiple config filepath support.
#149
pansachin
opened
2 months ago
1
Env-required with empty variable
#148
evgeek
opened
2 months ago
0
bug: Cleanenv ignore environment variable when using pointer
#147
afifurrohman-id
opened
3 months ago
0
Changed ConfigRemote to ConfigServer in 4th example
#146
yaman
closed
2 months ago
0
It changes the set 0 to the default value.
#145
GoHippo
opened
4 months ago
0
Merge in remote
#144
yourheropaul
closed
5 months ago
0
Example of using map of structs in config, example of using `env-separator`
#143
Larleyt
opened
5 months ago
0
env-required pretty limited usage
#142
AndreiCrimezniuc
closed
5 months ago
0
Using error struct for additionals data
#141
MashinaMashina
opened
6 months ago
4
File decodes based on extension, meaning it fails to load config if `.rc` files are used
#140
matronator
opened
7 months ago
0
.env.* support and possible to check require field after all config loading
#138
JohnJ255
opened
7 months ago
0
Return wrapped error with "%w" verb instead of "%s"
#137
code19m
opened
7 months ago
0
Creating new method `ReadConfigFS` which allows users to pass use `fs.FS` for loading files
#136
Aquarthur
opened
10 months ago
1
Allow reading from `fs.FS`
#135
Aquarthur
opened
10 months ago
0
feat: add .env.dev & .env.prod support
#134
imzoloft
closed
7 months ago
2
Update go version in test
#133
ilyakaznacheev
closed
1 year ago
1
print the name of the env var in the error message when a required var is missing rather than just the struct field name
#132
lhopcroft123
opened
1 year ago
1
print the name of the env var when a required var is missing
#131
lhopcroft123
opened
1 year ago
2
Update GetDescription to show which variables are required
#130
lhopcroft123
opened
1 year ago
0
Required description
#129
lhopcroft123
opened
1 year ago
0
Config returns nothing
#128
StephanMa
closed
1 year ago
0
Breaking change. New parsing .env files logic
#127
wawan93
opened
1 year ago
0
Setup env parameter for array in config?
#126
musinit
opened
1 year ago
1
Fix build card
#125
ilyakaznacheev
closed
1 year ago
0
Sort environment variables in usage output
#124
ilyakaznacheev
closed
1 year ago
1
🫶 Add support `encoding.TextUnmarshaler`
#123
mirecl
closed
1 year ago
7
[#86] Published methods for get configuration through io.Reader
#122
padremortius
closed
1 year ago
1
Support encoding.TextUnmarshaler
#121
bynil
closed
1 year ago
1
[][]string from env
#120
mmavka
opened
1 year ago
1
Nested structures not sorted
#119
avitova
closed
1 year ago
2
Set but empty Environment Variables don't raise an error
#118
YoungOak
closed
6 months ago
1
Refactor error messages for missing variables.
#117
rasulov-emirlan
opened
1 year ago
0
Refactor error messages for missing variables, on parsing stage.
#116
rasulov-emirlan
closed
1 year ago
0
What is the correct location for the config.yml?
#115
SPMatthewMcD
closed
1 year ago
4
Add node on environment variable names
#114
ilyakaznacheev
closed
1 year ago
0
Add contributing guidelines
#113
ilyakaznacheev
closed
1 year ago
0
How about adding the ability to use dynamic values in a config file?
#112
gocruncher
opened
1 year ago
1
FIX: Handle pointers
#111
julian-burger-ttd
opened
1 year ago
1
Handle pointer values
#110
julian-burger-ttd
closed
1 year ago
1
Add support of nested struct in map store by pointer
#109
abramlab
opened
1 year ago
0
Does this support parsing `map[string]CustomStruct` using the `env` tag?
#108
jasonlimantoro
opened
1 year ago
2
Fix bug: skip no exported field on readStructMetadata
#107
saddit
closed
2 years ago
2
Apply Custom Value Setters to custom struct types
#106
byted
opened
2 years ago
0
Didn't skip unexported field
#105
saddit
closed
1 year ago
4
added basic context to the error message on what went wrong
#104
jdvjdv82
closed
1 year ago
2
Fix: Replace toml deprecated method.
#103
pansachin
closed
2 years ago
3
Add version support policy
#102
ilyakaznacheev
closed
2 years ago
1
Create a version compatibility policy
#101
ilyakaznacheev
closed
2 years ago
0
Next