Skip to content

Commit 918b66c

Browse files
committed
refactor(go-examples): use consistent naming scheme
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 96ae788 commit 918b66c

File tree

29 files changed

+7
-7
lines changed

29 files changed

+7
-7
lines changed

examples/go/wasi-keyvalue-nats-client/go.mod renamed to examples/go/wasi-keyvalue-client/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module wrpc.io/examples/go/wasi-keyvalue-nats-client
1+
module wrpc.io/examples/go/wasi-keyvalue-client
22

33
go 1.22.2
44

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
//go:generate cargo run --bin wit-bindgen-wrpc go --out-dir bindings --package wrpc.io/examples/go/wasi-keyvalue-nats-client/bindings wit
1+
//go:generate cargo run --bin wit-bindgen-wrpc go --out-dir bindings --package wrpc.io/examples/go/wasi-keyvalue-client/bindings wit
22

33
package wasi_keyvalue_nats_client

0 commit comments

Comments
 (0)