mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-07-07 14:49:56 +02:00
use stdlib "slices".
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package nip11
|
||||
|
||||
import "golang.org/x/exp/slices"
|
||||
import "slices"
|
||||
|
||||
type RelayInformationDocument struct {
|
||||
Name string `json:"name"`
|
||||
|
Reference in New Issue
Block a user