Add tests for New

This commit is contained in:
Dan Jones 2025-04-21 11:25:56 -05:00
commit 40ed936c47
3 changed files with 62 additions and 0 deletions

8
go.mod
View file

@ -1,3 +1,11 @@
module codeberg.org/danjones000/ezcache
go 1.23.7
require github.com/stretchr/testify v1.10.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)