Skip to content

Instantly share code, notes, and snippets.

@franklinsales
Created April 22, 2020 01:49
Show Gist options
  • Save franklinsales/b350ee59832b38777a5c20588cecf0f7 to your computer and use it in GitHub Desktop.
Save franklinsales/b350ee59832b38777a5c20588cecf0f7 to your computer and use it in GitHub Desktop.
Golang Tip: replace in go.mod
module github.com/acme/foo
go 1.12
require (
github.com/acme/bar v1.0.0
)
replace github.com/acme/bar => /path/to/local/bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment