summaryrefslogtreecommitdiffstats
path: root/internal/nostr
diff options
context:
space:
mode:
Diffstat (limited to 'internal/nostr')
-rw-r--r--internal/nostr/example_test.go2
-rw-r--r--internal/nostr/relay.go2
-rw-r--r--internal/nostr/relay_test.go2
3 files changed, 3 insertions, 3 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.
diff --git a/internal/nostr/relay.go b/internal/nostr/relay.go
index 2b156e0..189fb93 100644
--- a/internal/nostr/relay.go
+++ b/internal/nostr/relay.go
@@ -6,7 +6,7 @@ import (
6 "fmt" 6 "fmt"
7 "sync" 7 "sync"
8 8
9 "northwest.io/nostr-grpc/internal/websocket" 9 "northwest.io/muxstr/internal/websocket"
10) 10)
11 11
12// Relay represents a connection to a Nostr relay. 12// Relay represents a connection to a Nostr relay.
diff --git a/internal/nostr/relay_test.go b/internal/nostr/relay_test.go
index 02bd8e5..7b40653 100644
--- a/internal/nostr/relay_test.go
+++ b/internal/nostr/relay_test.go
@@ -9,7 +9,7 @@ import (
9 "testing" 9 "testing"
10 "time" 10 "time"
11 11
12 "northwest.io/nostr-grpc/internal/websocket" 12 "northwest.io/muxstr/internal/websocket"
13) 13)
14 14
15// mockRelay creates a test WebSocket server that echoes messages 15// mockRelay creates a test WebSocket server that echoes messages