Update dependencies and add linting configuration
Some checks failed
Lint Code Base / golangci-lint (push) Failing after 2m32s

This commit is contained in:
2025-08-26 12:09:38 -04:00
parent aa1699243a
commit 887ea893bc
7 changed files with 126 additions and 15 deletions

View File

@@ -2,15 +2,16 @@ package main
import (
"context"
"net/http"
"os"
"strings"
"github.com/labstack/echo/v4"
"github.com/labstack/echo/v4/middleware"
"github.com/labstack/gommon/log"
tphttp "github.com/siteworxpro/top-wallpaper/http"
"github.com/siteworxpro/top-wallpaper/reddit"
"github.com/siteworxpro/top-wallpaper/redis"
"net/http"
"os"
"strings"
)
func main() {