func (m *Timestamp) String() string { return proto.CompactTextString(m) }
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) } }
func (m *Void) String() string { return proto.CompactTextString(m) }