mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-11-15 08:37:11 +01:00
rename to github.com/nbd-wtf/go-nostr
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/fiatjaf/go-nostr/nostr"
|
||||
"github.com/nbd-wtf/go-nostr"
|
||||
)
|
||||
|
||||
// some nostr relay in the wild
|
||||
@@ -70,7 +70,6 @@ func main() {
|
||||
time.Sleep(20 * time.Second)
|
||||
fmt.Println("unsubscribing from nostr subscription")
|
||||
sub.Unsub()
|
||||
|
||||
}
|
||||
|
||||
// handle events from out publish events
|
||||
|
||||
Reference in New Issue
Block a user