Merge branch 'master' of github.com:miekg/dns

This commit is contained in:
Miek Gieben 2015-03-25 09:52:57 +00:00
commit 015384b10e
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ correctly, the following should work:
## Examples
A short "how to use the API" is at the beginning of dns.go (this also will show
A short "how to use the API" is at the beginning of doc.go (this also will show
when you call `godoc github.com/miekg/dns`).
Example programs can be found in the `github.com/miekg/exdns` repository.