Golang Word Doc (.docx) file extractor and manipulator.
In progress and open to contributions, suggestions, etc.
.docx files are really just "application/zip" made of XML files. This package is intended to assist in extracting the XML and manipulating the data as you need. Go has everything you need built-in to handle this type of functionality, so this package aims, not to replace that funcationality, but to make it more immediately user-friendly.
go get github.com/jwhittle933/docxology