mvp implementation

This commit is contained in:
2026-03-26 14:01:10 -07:00
parent 0cde587220
commit ebcf404fde
33 changed files with 3048 additions and 6 deletions
+12
View File
@@ -0,0 +1,12 @@
module github.com/end/officeconvert/clients/go
go 1.25.0
require (
connectrpc.com/connect v1.19.1
github.com/end/officeconvert v0.0.0
)
require google.golang.org/protobuf v1.36.11 // indirect
replace github.com/end/officeconvert => ../..