Closed icholy closed 11 years ago
Thanks for the idea! I implemented it slightly differently.
is there ever a time when Read
returns an error that isn't a result of the key not existing?
Sure,
And, nicely: Go's unambiguous error idioms make constructing this list of 100% of the failure cases in Read trivial.
Added a simpler way of checking if keys exist.