22
33Production-grade Microsoft Word .docx (OOXML) file manipulation in Go.
44
5- [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/mmonterroca/docxgo.svg )] ( https://pkg.go.dev/github.com/mmonterroca/docxgo )
5+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/mmonterroca/docxgo/v2 .svg )] ( https://pkg.go.dev/github.com/mmonterroca/docxgo/v2 )
66[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
77[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/mmonterroca/docxgo )] ( https://goreportcard.com/report/github.com/mmonterroca/docxgo )
88
@@ -38,7 +38,7 @@ Production-grade Microsoft Word .docx (OOXML) file manipulation in Go.
3838## Installation
3939
4040``` bash
41- go get github.com/mmonterroca/docxgo
41+ go get github.com/mmonterroca/docxgo/v2
4242```
4343
4444### Requirements
@@ -58,7 +58,7 @@ package main
5858
5959import (
6060 " log"
61- docx " github.com/mmonterroca/docxgo"
61+ docx " github.com/mmonterroca/docxgo/v2 "
6262)
6363
6464func main () {
@@ -86,7 +86,7 @@ package main
8686
8787import (
8888 " log"
89- docx " github.com/mmonterroca/docxgo"
89+ docx " github.com/mmonterroca/docxgo/v2 "
9090 " github.com/mmonterroca/docxgo/domain"
9191)
9292
@@ -135,7 +135,7 @@ package main
135135
136136import (
137137 " log"
138- docx " github.com/mmonterroca/docxgo"
138+ docx " github.com/mmonterroca/docxgo/v2 "
139139)
140140
141141func main () {
@@ -422,7 +422,7 @@ See [docs/COVERAGE_ANALYSIS.md](docs/COVERAGE_ANALYSIS.md) for detailed coverage
422422- ** [ Coverage Analysis] ( docs/COVERAGE_ANALYSIS.md ) ** - Test coverage report
423423
424424** Quick Links:**
425- - [ API Reference (pkg.go.dev)] ( https://pkg.go.dev/github.com/mmonterroca/docxgo )
425+ - [ API Reference (pkg.go.dev)] ( https://pkg.go.dev/github.com/mmonterroca/docxgo/v2 )
426426- [ Documentation Index] ( docs/README.md ) - Complete documentation guide
427427- [ Credits] ( CREDITS.md ) - Project history and contributors
428428
@@ -597,7 +597,7 @@ See [docs/V2_DESIGN.md](docs/V2_DESIGN.md) for detailed phase breakdown.
597597- ** Issues** : [ GitHub Issues] ( https://github.com/mmonterroca/docxgo/issues )
598598- ** Discussions** : [ GitHub Discussions] ( https://github.com/mmonterroca/docxgo/discussions )
599599- ** Email** : misael@monterroca.com
600- - ** Documentation** : [ pkg.go.dev] ( https://pkg.go.dev/github.com/mmonterroca/docxgo )
600+ - ** Documentation** : [ pkg.go.dev] ( https://pkg.go.dev/github.com/mmonterroca/docxgo/v2 )
601601
602602### Reporting Bugs
603603
0 commit comments