You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm also getting this error usually part way though a run though trying your fix is causing compile errors, think you could double check? and maybe make a pull request? Many thanks!
Hey Hi...
Resolver.go throwing this following error in an updated Go.
/root/go-workspace/pkg/mod/github.com/koenrh/[email protected]/consumer.go:28
So for the fix i did the following changes to work for me.
func NewDNSResolver(nsAddr string) (*DNSResolver, error) {
config, err := getConfig(nsAddr)
}
The text was updated successfully, but these errors were encountered: