summaryrefslogtreecommitdiffstats
path: root/examples/basic
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-02-14 08:21:01 -0800
committerbndw <ben@bdw.to>2026-02-14 08:21:01 -0800
commit0406e24e1259e1a9adcd739da388dcca9ec8feba (patch)
treea7a0d5b88ddbad604b18fe31a00db37d8ef307ef /examples/basic
parent1527a7313ca46cd646737fb05c33908fba034df9 (diff)
refactor: rename project from nostr-grpc to muxstr
Update module path from northwest.io/nostr-grpc to northwest.io/muxstr. This includes updating all Go imports, protobuf definitions, generated files, and documentation.
Diffstat (limited to 'examples/basic')
-rw-r--r--examples/basic/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/main.go b/examples/basic/main.go
index 4f2d10d..29d58a6 100644
--- a/examples/basic/main.go
+++ b/examples/basic/main.go
@@ -6,7 +6,7 @@ import (
6 "os" 6 "os"
7 "time" 7 "time"
8 8
9 "northwest.io/nostr-grpc/internal/nostr" 9 "northwest.io/muxstr/internal/nostr"
10) 10)
11 11
12// Example_basic demonstrates basic usage of the nostr library. 12// Example_basic demonstrates basic usage of the nostr library.