From 745caa510772e7b8e31f4e36327c4fe506728db6 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Tue, 5 May 2026 11:56:58 -0600 Subject: [PATCH] function rename --- handler_pkgs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler_pkgs.go b/handler_pkgs.go index 2d63e9f..cb181ec 100644 --- a/handler_pkgs.go +++ b/handler_pkgs.go @@ -12,7 +12,7 @@ import ( "github.com/ewpt3ch/pkgstash/internal/cache" ) -func (s *Server) handlePackage(w http.ResponseWriter, req *http.Request) { +func (s *Server) handlerPackage(w http.ResponseWriter, req *http.Request) { // db files are not signed so we ignore as to not spam mirrors if strings.HasSuffix(req.PathValue("file"), ".db.sig") {