Initial code commit

This commit is contained in:
2025-09-28 01:45:11 -04:00
parent 8661409033
commit c9ecd3251b
11 changed files with 1169 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
module cachy-post
go 1.25.1
require github.com/rwinkhart/go-boilerplate v0.1.0
require (
golang.org/x/sys v0.33.0 // indirect
golang.org/x/term v0.32.0 // indirect
)