README update: document has already moved to doc.go

This commit is contained in:
Kenta SUZUKI 2015-03-24 15:56:56 +09:00
parent 32c1cd51a9
commit df92ed7782
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.