Fix "go build" path typo.

This commit is contained in:
Thomas Stromberg 2013-10-07 13:02:55 -07:00
parent af4ef472c0
commit becfcb4d89
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Building is done with the `go` tool. If you have setup your GOPATH
correctly, the following should work:
go get github.com/miekg/dns
go build github/com/miekg/dns
go build github.com/miekg/dns
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