| commit | 5baca1b63153b1a82014546382edbdd302b138b6 | [log] [tgz] |
|---|---|---|
| author | David Symonds <dsymonds@golang.org> | Fri Oct 23 13:49:00 2015 +1100 |
| committer | David Symonds <dsymonds@golang.org> | Fri Oct 23 14:16:40 2015 +1100 |
| tree | 77fb7ac65460b96753ff06950d00672e6089a933 | |
| parent | 8a5d8e8b138f1baa1f27f7bb0941013c46ec2afb [diff] |
Forward oneof marshal/unmarshal funcs through public imports. The collision of these two protocol buffer features does not work well in Go; the best we can easily do is to handle the wire format. It'll operate poorly when used with the text or JSON formats.