Created
November 25, 2019 19:24
-
-
Save tarsius/74656beeaf3ca53eef20b10e9a991833 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You wanted a banana but what you got was a gorilla holding the banana and the entire jungle. |
[git-subtrac author here] Thanks for pointing me at this discussion. I'm not exactly a go expert either, and didn't know the difference between go get and go install (mostly that go install has only very recently learned how to download things, and it still finicky about it). I'll update the README to recommend go get instead.
git-subtrac is really new, so I apologize that the README doesn't yet answer the most common questions in the most useful way.
@apenwarr Thanks for the update!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks. It works now with
go get ...
(provided I manually install the latestgo
).