initial commit

This commit is contained in:
2024-08-01 23:42:30 +03:00
commit 09fef3c113
21 changed files with 931 additions and 0 deletions

5
inmemorycache/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module git.derfenix.pro/fenix/commander/inmemorycache
go 1.22
require github.com/patrickmn/go-cache v2.1.0+incompatible