Created
January 9, 2022 08:20
-
-
Save percybolmer/67dd9ea1729e4ac271e65a0571bae51d to your computer and use it in GitHub Desktop.
Replace directive in go.mod
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
| module github.com/programmingpercy/mymodule | |
| replace github.com/programmingpercy/mymodule => /home/users/percy/experimental/mymodule | |
| require ( | |
| github.com/programmingpercy/mymodule v1.0.0 | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment