draft
This commit is contained in:
parent
e833af1ecc
commit
f1b075f47b
@ -4,7 +4,6 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
|
|
||||||
"gitea.elara.ws/Hazel/music-kraken/internal/common"
|
"gitea.elara.ws/Hazel/music-kraken/internal/common"
|
||||||
"github.com/gohugoio/hugo/common"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type MusicObject interface {
|
type MusicObject interface {
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
package data
|
package data
|
||||||
|
|
||||||
import (
|
/*
|
||||||
"testing"
|
|
||||||
)
|
|
||||||
|
|
||||||
func TestYouTube(t *testing.T) {
|
func TestYouTube(t *testing.T) {
|
||||||
validUrls := []string{
|
validUrls := []string{
|
||||||
"https://www.youtube.com/watch?v=dQw4w9WgXcQ",
|
"https://www.youtube.com/watch?v=dQw4w9WgXcQ",
|
||||||
@ -68,3 +65,4 @@ func TestMusify(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user