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 d734782 commit 67056f4Copy full SHA for 67056f4
README.md
@@ -213,8 +213,8 @@ Check out `debug_on.go` for any other settings that can be changed.
213
214
We generate interfaces such as `IGameState` from structs to make it easier to keep docs in synch over structs and interfaces.
215
For this we use [@vburenin](https://github.com/vburenin)'s [`ifacemaker`](https://github.com/vburenin/ifacemaker) tool.
216
-You can install it via `GO111MODULE=off go get github.com/vburenin/ifacemaker`.
217
+You can download the latest version [here](https://github.com/vburenin/ifacemaker/releases).
218
After adding it to your `PATH` you can use `bin/generate-interfaces.sh` to update interfaces.
219
220
### Generating protobuf code
0 commit comments