Files
mostlymatter/vendor/github.com/miekg/dns/rr_test.go
2017-11-13 09:09:58 -08:00

8 строки
136 B
Go

package dns
// testRR returns the RR from string s. The error is thrown away.
func testRR(s string) RR {
r, _ := NewRR(s)
return r
}