fix: issues #123

This commit is contained in:
zhuyasen
2025-08-03 11:08:25 +08:00
parent f8fe4202ae
commit 7da21af79f

View File

@@ -174,6 +174,10 @@ func (g *stringCacheGenerator) addFields(r replacer.Replacer) []replacer.Field {
Old: "github.com/go-dev-frame/sponge/internal/model",
New: g.moduleName + "/internal/model",
},
{
Old: "github.com/go-dev-frame/sponge/internal/database",
New: g.moduleName + "/internal/database",
},
{
Old: "cacheNameExample",
New: g.cacheName,