Skip to content

Commit 94885cd

Browse files
committed
go: use go.bytecodealliance.org instead
Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
1 parent 84ee378 commit 94885cd

File tree

1 file changed

+2
-1
lines changed
  • component-model/src/language-support

1 file changed

+2
-1
lines changed

component-model/src/language-support/go.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ $ go mod init example.com
9595
Next, we can generate the bindings for the `add.wit` file:
9696

9797
```console
98-
$ go run github.com/bytecodealliance/wasm-tools-go/cmd/wit-bindgen-go generate -o internal/ ./add.wit
98+
$ go get go.bytecodealliance.org/cmd/wit-bindgen-go
99+
$ go run go.bytecodealliance.org/cmd/wit-bindgen-go generate -o internal/ ./add.wit
99100
```
100101

101102
The `internal` directory will contain the generated Go code for the `add.wit` file.

0 commit comments

Comments
 (0)