Add comments from Stephan

This commit is contained in:
Miek Gieben 2012-12-01 21:29:47 +01:00
parent ffe42637c5
commit f6d5ab4e2e
1 changed files with 5 additions and 3 deletions

View File

@ -46,9 +46,11 @@ correctly the following should work:
go get github.com/miekg/dns
go build dns
Sample programs can be found in the `ex` directory. They can
also be build with: `go build`.
A short "how to use the API" is at the beginning of dns.go (this also will show
when you call `go doc github.com/miekg/dns`. Sample
programs can be found in the `ex` directory. They can also be build
with: `go build`.
## Supported RFCs
*all of them*