diff options
| author | bndw <ben@bdw.to> | 2026-02-14 08:21:01 -0800 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-02-14 08:21:01 -0800 |
| commit | 0406e24e1259e1a9adcd739da388dcca9ec8feba (patch) | |
| tree | a7a0d5b88ddbad604b18fe31a00db37d8ef307ef /api/nostr/v1/nostrv1connect | |
| parent | 1527a7313ca46cd646737fb05c33908fba034df9 (diff) | |
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.
Diffstat (limited to 'api/nostr/v1/nostrv1connect')
| -rw-r--r-- | api/nostr/v1/nostrv1connect/nostr.connect.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/nostr/v1/nostrv1connect/nostr.connect.go b/api/nostr/v1/nostrv1connect/nostr.connect.go index fd98039..5ec7d95 100644 --- a/api/nostr/v1/nostrv1connect/nostr.connect.go +++ b/api/nostr/v1/nostrv1connect/nostr.connect.go | |||
| @@ -9,7 +9,7 @@ import ( | |||
| 9 | context "context" | 9 | context "context" |
| 10 | errors "errors" | 10 | errors "errors" |
| 11 | http "net/http" | 11 | http "net/http" |
| 12 | v1 "northwest.io/nostr-grpc/api/nostr/v1" | 12 | v1 "northwest.io/muxstr/api/nostr/v1" |
| 13 | strings "strings" | 13 | strings "strings" |
| 14 | ) | 14 | ) |
| 15 | 15 | ||
