Skip to content

Commit

Permalink
Customtype Warnings and issues update (#479)
Browse files Browse the repository at this point in the history
* added issue link to customtype warnings and issue list

* added issue #478 to the customtype warning and issue list
  • Loading branch information
jmarais authored Sep 14, 2018
1 parent 7c690ae commit e14cafb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ Issues with customtype include:
* <a href="https://github.com/gogo/protobuf/issues/125">Using a proto message as a customtype is not allowed.</a>
* <a href="https://github.com/gogo/protobuf/issues/200">cusomtype of type map can not UnmarshalText</a>
* <a href="https://github.com/gogo/protobuf/issues/201">customtype of type struct cannot jsonpb unmarshal</a>
* <a href="https://github.com/gogo/protobuf/issues/477">Customtype field does not get a generated 'getter' method</a>
* <a href="https://github.com/gogo/protobuf/issues/478">Repeated customtype fields generate slices without pointer to the custom type </a>

0 comments on commit e14cafb

Please sign in to comment.