fluffle/goirc

Unable to 'go get'

Closed this issue · 2 comments

When trying to go get github.com/fluffle/goirc/client, it fails and reports the following:

# github.com/fluffle/goirc/client
../../fluffle/goirc/client/connection.go:303: undefined: tls.DialWithDialer
mvdan commented

DialWithDialer was added in 1.3: https://golang.org/doc/go1.3

Update your Go version.

Thank you! my bad.