1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-10 18:40:28 +08:00

rename package to docx

This commit is contained in:
源文雨
2023-02-26 13:07:16 +08:00
parent fafd4c9fc3
commit 2f9f76f1dc
31 changed files with 44 additions and 44 deletions

View File

@@ -18,9 +18,9 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
// Package docxlib is one of the most functional libraries to read and write .docx
// package docx is one of the most functional libraries to read and write .docx
// (a.k.a. Microsoft Word documents or ECMA-376 Office Open XML) files in Go.
package docxlib
package docx
import (
"archive/zip"