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. --- examples/basic/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/basic/main.go') diff --git a/examples/basic/main.go b/examples/basic/main.go index 4f2d10d..29d58a6 100644 --- a/examples/basic/main.go +++ b/examples/basic/main.go @@ -6,7 +6,7 @@ import ( "os" "time" - "northwest.io/nostr-grpc/internal/nostr" + "northwest.io/muxstr/internal/nostr" ) // Example_basic demonstrates basic usage of the nostr library. -- cgit v1.2.3