File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
examples/component/http-client Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 11module github.com/wasmCloud/go/examples/component/http-client
22
3- go 1.23.0
3+ go 1.24
44
55require (
66 go.bytecodealliance.org v0.5.0
@@ -21,5 +21,7 @@ require (
2121 golang.org/x/sys v0.29.0 // indirect
2222)
2323
24+ tool go.bytecodealliance.org/cmd/wit-bindgen-go
25+
2426// NOTE(lxf): Remove this line if running outside of wasmCloud/go repository
2527replace go.wasmcloud.dev/component => ../../../component
Original file line number Diff line number Diff line change 11package main
22
3- //go:generate go run go.bytecodealliance.org/cmd/ wit-bindgen-go generate --world example --out gen ./wit
3+ //go:generate go tool wit-bindgen-go generate --world example --out gen ./wit
44
55import (
66 "io"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments