duke-git / lancet

A comprehensive, efficient, and reusable util function library of Go.
https://www.golancet.cn/en/
MIT License
4.67k stars 465 forks source link

fileutil.MiMeType 不是很准确 #150

Closed vue3plugin closed 11 months ago

vue3plugin commented 11 months ago

我这边css、js都被返回了txt格式,ppt返回application/zip

我实际是想获得这种类似的效果

https://raw.githubusercontent.com/cubewise-code/go-mime/master/go-mime.go

duke-git commented 11 months ago

我这边css、js都被返回了txt格式,ppt返回application/zip

我实际是想获得这种类似的效果

https://raw.githubusercontent.com/cubewise-code/go-mime/master/go-mime.go

@vue3plugin 你提供的这个库是根据文件扩展名确定mime,反而是不准确的。可以使用如下库: mimetype