mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-16 08:20:24 +08:00
TUN-528: Move cloudflared into a separate repo
This commit is contained in:
7
vendor/github.com/miekg/dns/rr_test.go
generated
vendored
Normal file
7
vendor/github.com/miekg/dns/rr_test.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package dns
|
||||
|
||||
// testRR returns the RR from string s. The error is thrown away.
|
||||
func testRR(s string) RR {
|
||||
r, _ := NewRR(s)
|
||||
return r
|
||||
}
|
||||
Reference in New Issue
Block a user