-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCONTRIBUTORS
More file actions
36 lines (26 loc) · 1023 Bytes
/
CONTRIBUTORS
File metadata and controls
36 lines (26 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Contributors
## Current Maintainer
**Misael Monterroca** (@mmonterroca)
- Complete v2 rewrite with clean architecture
- Phase 1-7 implementation (2025)
- Email: misael@monterroca.com
- GitHub: https://github.com/mmonterroca
## Original Authors
**fumiama** (2020-2023)
- Original go-docx library implementation
- GitHub: https://github.com/fumiama/go-docx
**Gonzalo Fernández-Victorio** (2020-2022)
- Initial OOXML library foundation
## Project History
This project (docxgo) is a complete rewrite of the original go-docx library,
implementing clean architecture principles and comprehensive OOXML support.
While inspired by and crediting the original work, docxgo represents a
ground-up redesign focused on:
- Modern Go practices
- Clean architecture (domain/internal/pkg)
- Comprehensive testing (95%+ coverage)
- Production-ready code quality
- MIT License for maximum permissiveness
## Acknowledgments
Special thanks to the original go-docx contributors for pioneering Go-based
OOXML document manipulation.