コード例 #1
0
func (m *BackIndexRowValue) String() string { return proto.CompactTextString(m) }
コード例 #2
0
ファイル: text_test.go プロジェクト: postfix/name_pending
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)
	}
}
コード例 #3
0
func (m *BackIndexStoreEntry) String() string { return proto.CompactTextString(m) }