mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-07-12 20:42:25 +02:00
use stdlib "slices".
This commit is contained in:
@ -5,10 +5,11 @@ import (
|
||||
"fmt"
|
||||
"sync"
|
||||
|
||||
"slices"
|
||||
|
||||
"github.com/mailru/easyjson"
|
||||
"github.com/nbd-wtf/go-nostr"
|
||||
"github.com/nbd-wtf/go-nostr/nip04"
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
var _ Signer = (*DynamicSigner)(nil)
|
||||
|
@ -5,10 +5,11 @@ import (
|
||||
"fmt"
|
||||
"sync"
|
||||
|
||||
"slices"
|
||||
|
||||
"github.com/mailru/easyjson"
|
||||
"github.com/nbd-wtf/go-nostr"
|
||||
"github.com/nbd-wtf/go-nostr/nip04"
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
var _ Signer = (*StaticKeySigner)(nil)
|
||||
|
Reference in New Issue
Block a user