dev: public ready

dev: Readme, COC, others

dev: xml-template
This commit is contained in:
riomoo 2025-11-19 13:16:25 -05:00
parent 5db584830b
commit 1cf5119f46
Signed by: riomoo
SSH key fingerprint: SHA256:dP5B5iLpXU5V8aBA8eGm9tN5YtxXJybnv4McyltPyzM
12 changed files with 3716 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module gobook
go 1.25.2
require (
github.com/yeka/zip v0.0.0-20231116150916-03d6312748a9
golang.org/x/crypto v0.43.0
)