Merge pull request #146 from ksckaan1/patch-1
Some checks failed
CI / test (1.19) (push) Has been cancelled
CI / test (1.20) (push) Has been cancelled
CI / test (1.21) (push) Has been cancelled
CI / lint (1.21) (push) Has been cancelled

typo
This commit is contained in:
Tom
2025-03-15 21:15:36 +01:00
committed by GitHub

View File

@@ -102,7 +102,7 @@ func main() {
fmt.Println("Extension not supported")
}
// Check if file is supported by extension
// Check if file is supported by mime type
if filetype.IsMIMESupported("image/jpeg") {
fmt.Println("MIME type supported")
} else {