From 0f1d7a01d8de1f647c3feaee3066e3d6363091da Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Tue, 29 Jul 2025 19:18:28 -0300 Subject: [PATCH] refactor(smalltrip,problems): rename http.go to handlers.go --- smalltrip/problem/{http.go => handlers.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename smalltrip/problem/{http.go => handlers.go} (100%) diff --git a/smalltrip/problem/http.go b/smalltrip/problem/handlers.go similarity index 100% rename from smalltrip/problem/http.go rename to smalltrip/problem/handlers.go