etcd/pkg
evan-gu 9cfd8c5f0b fix(store): make NodeExtern.Value a *string
Before this change if the value of a Node was "" it would get dropped from the json
encoding and the Node.Value field would be missing. Fix this problem by making
NodeExtern.Value a *string so that an empty string will be encoded but a nil value
will drop the field.
2014-02-18 00:50:44 -05:00
..
http refactor(server): move utilities into pkg 2014-02-05 09:27:39 -08:00
strings fix(store): make NodeExtern.Value a *string 2014-02-18 00:50:44 -05:00