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 84ee378 commit 94885cdCopy full SHA for 94885cd
component-model/src/language-support/go.md
@@ -95,7 +95,8 @@ $ go mod init example.com
95
Next, we can generate the bindings for the `add.wit` file:
96
97
```console
98
-$ go run github.com/bytecodealliance/wasm-tools-go/cmd/wit-bindgen-go generate -o internal/ ./add.wit
+$ go get go.bytecodealliance.org/cmd/wit-bindgen-go
99
+$ go run go.bytecodealliance.org/cmd/wit-bindgen-go generate -o internal/ ./add.wit
100
```
101
102
The `internal` directory will contain the generated Go code for the `add.wit` file.
0 commit comments