Browse Source

util -> utils in docx2md

Augists 3 years ago
parent
commit
9bb4f5a5db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/docx2md.go

+ 1 - 1
utils/docx2md.go

@@ -1,6 +1,6 @@
 // https://github.com/mattn/docx2md
 // License MIT
-package util
+package utils
 
 import (
 	"archive/zip"