Commit 16f0f5b8 by Li Feifei

debug

parent 894804d0
Pipeline #15679 passed with stages
in 31 seconds
...@@ -100,6 +100,5 @@ func (f *parser) docType() string { ...@@ -100,6 +100,5 @@ func (f *parser) docType() string {
func (f *parser) mineType() string { func (f *parser) mineType() string {
_ = mime.AddExtensionType(".pptx", "application/vnd.openxmlformats-officedocument.presentationml.presentation") _ = mime.AddExtensionType(".pptx", "application/vnd.openxmlformats-officedocument.presentationml.presentation")
_ = mime.AddExtensionType(".ppt", "application/vnd.ms-powerpoint") _ = mime.AddExtensionType(".ppt", "application/vnd.ms-powerpoint")
fmt.Println("ext == ", f.ext)
return mime.TypeByExtension(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