summaryrefslogtreecommitdiffstats
path: root/cmd/testclient
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/testclient')
-rw-r--r--cmd/testclient/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/testclient/main.go b/cmd/testclient/main.go
index 8a7390a..f1151da 100644
--- a/cmd/testclient/main.go
+++ b/cmd/testclient/main.go
@@ -15,7 +15,7 @@ import (
15 "google.golang.org/grpc/credentials/insecure" 15 "google.golang.org/grpc/credentials/insecure"
16 16
17 pb "northwest.io/muxstr/api/nostr/v1" 17 pb "northwest.io/muxstr/api/nostr/v1"
18 "northwest.io/muxstr/internal/nostr" 18 "northwest.io/nostr"
19) 19)
20 20
21func main() { 21func main() {