2019-04-22 02:59:20 +00:00

6 lines
111 B
Go

package test_proto
func (m *CustomDeterministicMarshaler) Marshal() ([]byte, error) {
return []byte{}, nil
}