-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
detect NUL in string and support []byte with base64 for binary (#8)
* detect NUL in string and support []byte with base64 for binary * add support for Duration and Time (in export, still to do the reverse). Make the SetFromEnv pluggable * switch how to hook different lookup to simple function instead of interface, also fix bug found when using the mock in test (recurse was using the os version) * implement reverse env to struct for duration in floating point seconds and date/time in rfc3339 * split setting of leaf value into function * update readme and package header
- Loading branch information
Showing
3 changed files
with
203 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.