Use new slices package from Go standard lib
This commit is contained in:
+1
-1
@@ -2,10 +2,10 @@ package model
|
||||
|
||||
import (
|
||||
"cmp"
|
||||
"slices"
|
||||
"time"
|
||||
|
||||
"github.com/navidrome/navidrome/utils/slice"
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
type Album struct {
|
||||
|
||||
Reference in New Issue
Block a user