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 7761059 commit 0a3ec28Copy full SHA for 0a3ec28
_tools/patch_for_go_gem/README.md
@@ -8,4 +8,4 @@ Patch to make a gem into a Go gem right after `bundle gem`
8
3. Run `ruby patch_for_go_gem.rb --file /path/to/GEM_NAME.gemspec --dry-run`
9
4. Run `ruby patch_for_go_gem.rb --file /path/to/GEM_NAME.gemspec`
10
5. `cd` to the same location as `ext/GEM_NAME/go.mod`
11
-6. Run `go get -u github.com/sue445/go-gem-wrapper`
+6. Run `go get -u github.com/sue445/go-gem-wrapper@latest`
0 commit comments