adding .txt and .rtf files support (#20)

This commit is contained in:
Julien Neuhart
2018-12-12 16:34:34 +01:00
committed by GitHub
parent 5291d2d129
commit e5636a2afa
7 changed files with 2208 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ import (
)
var officeExts = []string{
".txt",
".rtf",
".doc",
".docx",
".odt",