modified: go.mod

modified:   go.sum
	new file:   internal/logger/interface.go
	new file:   internal/logger/route_logger.go
	modified:   internal/router/router.go
add router logger that logg all router in the start api_yal
This commit is contained in:
2026-03-03 15:26:29 +05:00
parent 9a3ff9ad3d
commit f25dfeacb8
5 changed files with 188 additions and 4 deletions
+1
View File
@@ -16,6 +16,7 @@ require (
require (
github.com/go-chi/chi v1.5.5
github.com/go-chi/chi/v5 v5.2.5
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/joho/godotenv v1.5.1