Commit 181c6f8c by Li Feifei

Update file_parser.go

parent 668999c3
Pipeline #15617 passed with stages
in 38 seconds
......@@ -93,5 +93,6 @@ func (f *parser) docType() string {
// 获取文件mine
func (f *parser) mineType() string {
fmt.Println("ext == ", f.ext)
return mime.TypeByExtension(f.ext)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment