davecheney / mdns

Multicast DNS library for Go
http://www.multicastdns.org/
BSD 2-Clause "Simplified" License
194 stars 30 forks source link

Doesnt install using go get (GO1) #2

Closed JalfResi closed 12 years ago

JalfResi commented 12 years ago

Trying to install the package with go get for Go1. I get the following response:

$ sudo go get github.com/davecheney/mdns package dns: unrecognized import path "dns"

Let me know if you want to run/try anything.

Cheers!

Ben

davecheney commented 12 years ago

Sorry about that, I'll submit a fix shortly.

On 12/04/2012, at 20:19, JalfResireply@reply.github.com wrote:

Trying to install the package with go get for Go1. I get the following response:

$ sudo go get github.com/davecheney/mdns package dns: unrecognized import path "dns"

Let me know if you want to run/try anything.

Cheers!

Ben


Reply to this email directly or view it on GitHub: https://github.com/davecheney/mdns/issues/2

davecheney commented 12 years ago

This is fixed now.

JalfResi commented 12 years ago

So you have! Nice one!