rename to github.com/nbd-wtf/go-nostr

This commit is contained in:
fiatjaf
2022-11-04 08:24:32 -03:00
parent 329b8d44d2
commit 2427dbd65a
3 changed files with 4 additions and 5 deletions

View File

@@ -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