Re-struct pkg/api, pkg/database

This commit is contained in:
2021-12-07 00:19:05 +08:00
parent 546385a484
commit 83f2b76cbc
25 changed files with 1350 additions and 1192 deletions

View File

@@ -4,7 +4,7 @@ import (
"encoding/json"
"flag"
"log"
"msw-open-music/internal/pkg/api"
"msw-open-music/pkg/api"
"os"
)