From 3193f4d8e5b792c05082cd9781220324330409b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sun, 26 Feb 2023 13:08:57 +0800 Subject: [PATCH] make lint happy --- docxlib.go => docx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docxlib.go => docx.go (98%) diff --git a/docxlib.go b/docx.go similarity index 98% rename from docxlib.go rename to docx.go index 4d855d6..bd49a45 100644 --- a/docxlib.go +++ b/docx.go @@ -18,7 +18,7 @@ along with this program. If not, see . */ -// package docx 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 docx