From 0406e24e1259e1a9adcd739da388dcca9ec8feba Mon Sep 17 00:00:00 2001 From: bndw Date: Sat, 14 Feb 2026 08:21:01 -0800 Subject: 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. --- internal/nostr/example_test.go | 2 +- internal/nostr/relay.go | 2 +- internal/nostr/relay_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/nostr') 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 ( "fmt" "time" - "northwest.io/nostr-grpc/internal/nostr" + "northwest.io/muxstr/internal/nostr" ) // 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 ( "fmt" "sync" - "northwest.io/nostr-grpc/internal/websocket" + "northwest.io/muxstr/internal/websocket" ) // 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 ( "testing" "time" - "northwest.io/nostr-grpc/internal/websocket" + "northwest.io/muxstr/internal/websocket" ) // mockRelay creates a test WebSocket server that echoes messages -- cgit v1.2.3