Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created January 9, 2022 08:20
Show Gist options
  • Select an option

  • Save percybolmer/67dd9ea1729e4ac271e65a0571bae51d to your computer and use it in GitHub Desktop.

Select an option

Save percybolmer/67dd9ea1729e4ac271e65a0571bae51d to your computer and use it in GitHub Desktop.
Replace directive in go.mod
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