Files
openbilibili/vendor/github.com/golang/protobuf/proto/test_proto/deterministic.go
2019-04-22 20:46:32 +08:00

6 lines
111 B
Go

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