fix: ext issues

This commit is contained in:
Rogee
2024-09-04 19:24:10 +08:00
parent 2925bdc3b8
commit 0b736ee74d
2 changed files with 38 additions and 22 deletions

View File

@@ -15,6 +15,7 @@ func Test_Mime(t *testing.T) {
// Test code here
m := "application/rar"
m = "video/mp4"
m = "video/quicktime"
t.Log(mime.ExtensionsByType(m))
}