Skip to content

Commit

Permalink
added issue gogo#478 to the customtype warning and issue list
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarais committed Sep 10, 2018
1 parent 9b0be0c commit 32a503d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,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/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 32a503d

Please sign in to comment.