Skip to content

Commit 67056f4

Browse files
authored
README: add link to pre-built ifacemaker
1 parent d734782 commit 67056f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ Check out `debug_on.go` for any other settings that can be changed.
213213

214214
We generate interfaces such as `IGameState` from structs to make it easier to keep docs in synch over structs and interfaces.
215215
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`.
217216

217+
You can download the latest version [here](https://github.com/vburenin/ifacemaker/releases).
218218
After adding it to your `PATH` you can use `bin/generate-interfaces.sh` to update interfaces.
219219

220220
### Generating protobuf code

0 commit comments

Comments
 (0)