DEBSOURCES
Skip Quicknav
sources / golang-github-miekg-dns / 1.0.4%2Bds-1 / rr_test.go
1234567
package dns // testRR returns the RR from string s. The error is thrown away. func testRR(s string) RR { r, _ := NewRR(s) return r }