Use new slices package from Go standard lib
This commit is contained in:
+1
-2
@@ -3,9 +3,8 @@ package model
|
||||
import (
|
||||
"mime"
|
||||
"path/filepath"
|
||||
"slices"
|
||||
"strings"
|
||||
|
||||
"golang.org/x/exp/slices"
|
||||
)
|
||||
|
||||
var excludeAudioType = []string{
|
||||
|
||||
Reference in New Issue
Block a user