We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a002d commit 6e7b7f7Copy full SHA for 6e7b7f7
README.md
@@ -15,9 +15,9 @@ Pacmod is a small tool that can be used to package up your Go modules for distri
15
16
Run the `pack` command in the directory containing your `go.mod`. For example:
17
18
-`pacmod pack github.com/repo/user v1.0.0 outputdirectory`
+`pacmod pack v1.0.0 outputdirectory`
19
20
-This will result in the following files:
+This will result in the following files being placed in the `outputdirectory`:
21
22
- `go.mod` - The current mod file when the `pack` command was executed
23
- `v1.0.0.info` - The info file containing the module version and timestamp
0 commit comments