We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e465a commit 03d2ff3Copy full SHA for 03d2ff3
README.md
@@ -35,7 +35,7 @@ If the module to edit is `example.com/foo/bar`, run:
35
This will make a _copy_ of the module into `$HOME/gohack/example.com/foo/bar` and
36
add replace directives to the local `go.mod` file:
37
38
- replace example.com/foo/bar /home/rog/gohack/example.com/foo/bar
+ replace example.com/foo/bar => /home/rog/gohack/example.com/foo/bar
39
40
__Note__: This copy will __not__ include version control system information so
41
it is best for quick edits that aren't intended to land back into version control.
0 commit comments