summaryrefslogtreecommitdiffstats
path: root/cmd/testclient/main.go
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 /cmd/testclient/main.go
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 'cmd/testclient/main.go')
-rw-r--r--cmd/testclient/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/testclient/main.go b/cmd/testclient/main.go
index 85f9917..8a7390a 100644
--- a/cmd/testclient/main.go
+++ b/cmd/testclient/main.go
@@ -14,8 +14,8 @@ import (
14 "google.golang.org/grpc/credentials" 14 "google.golang.org/grpc/credentials"
15 "google.golang.org/grpc/credentials/insecure" 15 "google.golang.org/grpc/credentials/insecure"
16 16
17 pb "northwest.io/nostr-grpc/api/nostr/v1" 17 pb "northwest.io/muxstr/api/nostr/v1"
18 "northwest.io/nostr-grpc/internal/nostr" 18 "northwest.io/muxstr/internal/nostr"
19) 19)
20 20
21func main() { 21func main() {