fix example

This commit is contained in:
Miek Gieben 2014-09-21 18:14:34 +01:00
parent 3a0c4f2cfa
commit f0e9df42dc
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ func (rd *APAIR) RdataLen() int {
return net.IPv4len * 2
}
func ExampleNewPrivateRR() {
func ExamplePrivateHandle() {
dns.PrivateHandle("APAIR", TypeAPAIR, NewAPAIR)
defer dns.PrivateHandleRemove(TypeAPAIR)