소스 검색

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"