diff --git a/nostr/connection.go b/connection.go similarity index 100% rename from nostr/connection.go rename to connection.go diff --git a/nostr/event.go b/event.go similarity index 100% rename from nostr/event.go rename to event.go diff --git a/nostr/event_aux.go b/event_aux.go similarity index 100% rename from nostr/event_aux.go rename to event_aux.go diff --git a/nostr/event_test.go b/event_test.go similarity index 100% rename from nostr/event_test.go rename to event_test.go diff --git a/nostr/filter.go b/filter.go similarity index 100% rename from nostr/filter.go rename to filter.go diff --git a/nostr/filter_aux.go b/filter_aux.go similarity index 100% rename from nostr/filter_aux.go rename to filter_aux.go diff --git a/nostr/filter_test.go b/filter_test.go similarity index 100% rename from nostr/filter_test.go rename to filter_test.go diff --git a/nostr/helpers.go b/helpers.go similarity index 100% rename from nostr/helpers.go rename to helpers.go diff --git a/nostr/keys.go b/keys.go similarity index 100% rename from nostr/keys.go rename to keys.go diff --git a/nostr/normalize.go b/normalize.go similarity index 100% rename from nostr/normalize.go rename to normalize.go diff --git a/nostr/relaypool.go b/relaypool.go similarity index 100% rename from nostr/relaypool.go rename to relaypool.go diff --git a/nostr/subscription.go b/subscription.go similarity index 100% rename from nostr/subscription.go rename to subscription.go