summaryrefslogtreecommitdiffstats
path: root/internal/nostr/example_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/nostr/example_test.go')
-rw-r--r--internal/nostr/example_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/nostr/example_test.go b/internal/nostr/example_test.go
index 80acd21..7031c65 100644
--- a/internal/nostr/example_test.go
+++ b/internal/nostr/example_test.go
@@ -5,7 +5,7 @@ import (
5 "fmt" 5 "fmt"
6 "time" 6 "time"
7 7
8 "northwest.io/nostr-grpc/internal/nostr" 8 "northwest.io/muxstr/internal/nostr"
9) 9)
10 10
11// Example_basic demonstrates basic usage of the nostr library. 11// Example_basic demonstrates basic usage of the nostr library.