summaryrefslogtreecommitdiffstats
path: root/cmd/testclient/main.go
diff options
context:
space:
mode:
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() {