https://github.com/rmhubbert/envconv
DEPRECATED Go package to simplify retrieving and converting environment variables to the desired type in a single step.
https://github.com/rmhubbert/envconv
deprecated environment-variables go golang type-conversion unmaintained
Last synced: about 1 year ago
JSON representation
DEPRECATED Go package to simplify retrieving and converting environment variables to the desired type in a single step.
- Host: GitHub
- URL: https://github.com/rmhubbert/envconv
- Owner: rmhubbert
- License: mit
- Created: 2024-06-20T08:25:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T08:06:00.000Z (almost 2 years ago)
- Last Synced: 2024-06-26T17:13:36.828Z (almost 2 years ago)
- Topics: deprecated, environment-variables, go, golang, type-conversion, unmaintained
- Language: Go
- Homepage: https://pkg.go.dev/github.com/rmhubbert/envconv
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED
[caarlos/env](https://github.com/caarlos0/env) provides a better and more flexible solution to the problem this package was supposed to solve. Go use that instead.