Refactor caching logic and add support for a new feature
Some checks failed
🚨 Test Code Base / 🧹 Lint (push) Failing after 5m24s
🚨 Test Code Base / 🔍 🐹 Go Tests (push) Failing after 5m45s
🏗️✨ Build Workflow / 🖥️ 🔨 Build (push) Failing after 6m14s

This commit is contained in:
2026-01-21 21:08:26 -05:00
parent 838051c880
commit d321d96fef
6 changed files with 128 additions and 94 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/siteworxpro/top-wallpaper
go 1.25.0
go 1.25.6
require (
github.com/labstack/echo/v4 v4.13.4