This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: fix installation instructions
Encouraging people to clone the repo means they won't get a sensible tagged version. Instead, use the "hack" of creating a temporary module, adding github.com/myitcv/gobin as a dependency via go get, then using go install. The logic in go get will use the latest tagged version. Resulting README can be seen at https://github.com/myitcv/gobin/blob/fix_installation_instructions/README.md Also bump to v1.0.0 of go-internal and myitcv.io@latest in the process. Use v1.0.0-alpha.2 of gohack for examples.
- Loading branch information
Showing
5 changed files
with
56 additions
and
99 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
module github.com/myitcv/gobin | ||
|
||
require ( | ||
github.com/rogpeppe/go-internal v1.0.0-alpha | ||
myitcv.io v0.0.0-20181024001312-926e6775fd21 | ||
github.com/rogpeppe/go-internal v1.0.0 | ||
myitcv.io v0.0.0-20181024170518-69843ea77cfd | ||
) | ||
|
||
replace github.com/rogpeppe/go-internal => github.com/myitcv/go-internal v1.0.0-alpha.0.20181023085657-b3919076a82e |
This file contains 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