/edcode

Go module for encoding/decoding text representations of standard types

Primary LanguageGoApache License 2.0Apache-2.0

edcode

License Go Doc Go Report Card Build Status Coverage Status

Package edcode provides wrapper types that implement encoding.TextMarshaler and encoding.TextUnmarshaler for standard types where Go1 doesn't do this.

Why? Because I got tired of copying this into every application that needs durations in its config files.