add simple memory cache server

This commit is contained in:
juancwu 2026-04-29 12:31:00 +00:00
commit 5f9c7813df
2 changed files with 299 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.juancwu.dev/juancwu/cubby
go 1.26.2