Skip to content

Commit 98e6f0e

Browse files
committed
related projects
[skip ci]
1 parent ae1db11 commit 98e6f0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,10 @@ Config: {NoEnvTag: MyValue: MYVALUE AwsRegion:us-west-2 AccountID:12345678901
270270

271271
## Related Projects
272272

273-
- [Netflix/go-env](https://github.com/Netflix/go-env): A similar Go package that reads environment variables into structs. While it offers very good functionality, `go-env` provides additional flexibility with configurable tag options, custom separators, and prefix support for environment variables.
273+
- [caarlos0/env](https://github.com/caarlos0/env)
274+
- [Netflix/go-env](https://github.com/Netflix/go-env)
275+
- [qiangxue/go-env](https://github.com/qiangxue/go-env)
276+
- [deanishe/go-env](https://github.com/deanishe/go-env)
274277

275278
## License
276279

0 commit comments

Comments
 (0)