deterministic.go 111 B

12345
  1. package test_proto
  2. func (m *CustomDeterministicMarshaler) Marshal() ([]byte, error) {
  3. return []byte{}, nil
  4. }