-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly parse time.Duration strings
`yaml.v3` supports unmarshaling duration strings (e.g. `10s`) into `time.Duration` fields. Closes #213 --- Pull Request resolved: #215 Co-authored-by: tserakhau <[email protected]> Co-authored-by: tserakhau <[email protected]> Co-authored-by: tserakhau <[email protected]> Co-authored-by: tserakhau <[email protected]> commit_hash:a60feb61a2bf3746fb69d5fb80c0b4abfd6a70c2
- Loading branch information
1 parent
2b9167d
commit 28cea64
Showing
2 changed files
with
58 additions
and
13 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