commit | 8117753c4724b5d0f53bf75d50f98dcb24d0f804 | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Thu Nov 20 14:33:40 2014 +1100 |
committer | David Symonds <dsymonds@golang.org> | Thu Nov 20 14:33:40 2014 +1100 |
tree | 4ae31cbaa6e8f50e0d8f0dd76b3b0600c645f42c | |
parent | ce441e6d5484491724349fdbcb12469bca42daaa [diff] |
goprotobuf: Use encoding.TextMarshaler and encoding.TextUnmarshaler in place of the identical custom interfaces. encoding.Text{Marshaler,Unmarshaler} were added in Go 1.2 (April 2013); it's safe to rely on them now. LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/181770043