-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] go install
instructions do not work
#3056
Comments
The replace directive was introduced in GitHub pull request #3002 here.
cc: @tlimoncelli |
Oh dang. I had no idea the "replace" directive would have that side-effect. Mea culpa! We are using a custom version of cloudflare-go to add a particular feature. I do plan on submitting a PR to that project to add that feature so don't need a custom version. However that might take a while. I propose we add a note that this is currently not working and will be fixed as part of #3056 |
Agreed - updating the docs seems like the best approach for now. I suppose the fact I'm the first person to raise it after two months suggests that this isn't inconveniencing (m)any people too much! |
+1 from me. I noticed this just the other day when I was trying to use It appears to be a long standing issue with Go:
Looking forward to when the cloudflare-go changes get merged upstream. |
I'm optimistic Cloudflare will accept my PR: cloudflare/cloudflare-go#2833 |
You were absolutely right! GitHub pull request cloudflare/cloudflare-go#2833 has been merged! 🚀 👏🏻 |
|
Confirmed that |
The Bug
The installation instructions state that
dnscontrol
can be installed withgo install
:dnscontrol/documentation/getting-started.md
Lines 42 to 44 in 0869052
However, because of the
replace
directives, this doesn't actually work:This is not a recently introduced issue: golang/go#44840, so either I'm missing something, or people haven't attempted this in a while!
The text was updated successfully, but these errors were encountered: