HEAVY: finish music service migration, tidy up services, more tests

This commit is contained in:
ari melody 2026-08-01 00:29:31 +01:00
parent 9e311df462
commit 90a671982c
Signed by: ari
GPG key ID: CF99829C92678188
47 changed files with 2698 additions and 902 deletions

View file

@ -1,11 +1,12 @@
package model
package model_test
import (
"testing"
"arimelody-web/model"
"testing"
)
func Test_Link_NormaliseName(t *testing.T) {
link := Link{
link := model.Link{
Name: "!c@o#o$l%-^a&w*e(s)o_m=e+-[l{i]n}k-0123456789ABCDEF",
}