https://github.com/herrjulz/osenv
https://github.com/herrjulz/osenv
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/herrjulz/osenv
- Owner: herrjulz
- Created: 2017-08-24T04:31:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T04:31:57.000Z (almost 9 years ago)
- Last Synced: 2025-02-08T15:14:06.739Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# osenv
A copy of the Golang [`os/env.go`](https://golang.org/src/os/env.go), with the enhancement of the `os.ExpandEnv` function to return additionally an error if an environment variable was not found.