Fix linter
All checks were successful
Backend ci / build (push) Successful in 7m2s

This commit is contained in:
d3m0k1d
2026-02-03 18:04:00 +03:00
parent a56fe30f83
commit 5560cf9699
2 changed files with 7 additions and 1 deletions

View File

@@ -2,6 +2,11 @@ package handlers
import (
"gitea.d3m0k1d.ru/d3m0k1d/d3m0k1d.ru/backend/internal/logger"
"github.com/gin-gonic/gin"
)
var log = logger.New(false)
func GetPosts(c *gin.Context) {
log.Info("GetPosts")
}