浏览代码

util -> utils in docx2md

Augists 3 年之前
父节点
当前提交
9bb4f5a5db
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"