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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user