Skip to content

Commit

Permalink
undo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
miekg committed Jun 29, 2014
1 parent 01f99a3 commit 562f347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial6/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ func main() {
log.Fatalf("error %s\n", err.Error())
}

if err := u.AddTaFile("skydns.keys"); err != nil {
if err := u.AddTaFile("keys"); err != nil {
log.Fatalf("error %s\n", err.Error())
}

r, err := u.Resolve("server2.miek.skydns.dnssex.nl.", dns.TypeA, dns.ClassINET)
r, err := u.Resolve("nlnetlabs.nl.", dns.TypeA, dns.ClassINET)
if err != nil {
log.Fatalf("error %s\n", err.Error())
}
Expand Down

0 comments on commit 562f347

Please sign in to comment.