Closed rakyll closed 8 years ago
Depending on gists!?!? That's disgusting.
Brad, please merge #6, it fixes the build.
Burcu, please use go get -u github.com/bradfitz/go-issue-mirror/cmd/servegoissues
as the README says. I see you missed the -u
flag, it's very important. :)
Depending on gists!?!? That's disgusting.
I agree. That's why I worked really hard and refactored all my code to get rid of them 5 months ago. Commit https://github.com/shurcooL/go/commit/1ab69ca4f77382ac0529be9cf93df0502236e817 marked the milestone of 🔥ing the very last gist package.
Please rest assured none of my packages import gists anymore, at least not on my computer and not upstream. If you have outdated dependencies, as was the case for @rakyll, then I can't do much about that except to suggest using go get
with -u
flag. If you want to easily see updates for the Go packages in your GOPATH, I recommend Go Package Store (which also doesn't use any gists... because they don't exist anymore! only their ghosts do... 😞).
/cc @shurcooL