This commit is contained in:
Miek Gieben 2012-02-16 18:06:50 +01:00
parent 76c087f5ba
commit 22b0ae7ee3
1 changed files with 1 additions and 1 deletions

2
dns.go
View File

@ -27,7 +27,7 @@
//
// Or even:
//
// mx := NewRR("$ORIGIN nl.\nmiek 1H IN MX 10 mx.miek"
// mx := NewRR("$ORIGIN nl.\nmiek 1H IN MX 10 mx.miek")
//
// The package dns supports (async) querying/replying, incoming/outgoing Axfr/Ixfr,
// TSIG, EDNS0, dynamic updates, notifies and DNSSEC validation/signing.