Example #1
0
func TestCompactText(t *testing.T) {
	s := proto.CompactTextString(newTestMessage())
	if s != compactText {
		t.Errorf("Got:\n===\n%v===\nExpected:\n===\n%v\n===\n", s, compactText)
	}
}
Example #2
0
func (m *PBMessage) String() string { return proto.CompactTextString(m) }
Example #3
0
func (m *PBDHTMessage_PBPeer) String() string { return proto.CompactTextString(m) }
Example #4
0
func (m *PBData) String() string { return proto.CompactTextString(m) }
Example #5
0
func (m *Exchange) String() string { return proto.CompactTextString(m) }
Example #6
0
func (m *Hello) String() string { return proto.CompactTextString(m) }
Example #7
0
func (m *PBWrapper) String() string { return proto.CompactTextString(m) }
Example #8
0
func (m *PBPrivateKey) String() string { return proto.CompactTextString(m) }
Example #9
0
func (m *PBPublicKey) String() string { return proto.CompactTextString(m) }