mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-03-14 05:46:26 -05:00
6 lines
111 B
Go
6 lines
111 B
Go
package test_proto
|
|
|
|
func (m *CustomDeterministicMarshaler) Marshal() ([]byte, error) {
|
|
return []byte{}, nil
|
|
}
|