From b19326df6f372f9dd8f218d0c5b4d2d8b4d4fc35 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 3 Mar 2024 15:13:55 +0100 Subject: view: Add 'Read' suffix to function names This reflects that these HTTP handler functions implement one of the four CRUD methods create, read update and delete. --- view/favicon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/favicon.go') diff --git a/view/favicon.go b/view/favicon.go index 65bfaef..8e3ea79 100644 --- a/view/favicon.go +++ b/view/favicon.go @@ -4,6 +4,6 @@ import ( "net/http" ) -func Favicon(w http.ResponseWriter, r *http.Request) { +func FaviconRead(w http.ResponseWriter, r *http.Request) { w.WriteHeader(http.StatusNoContent) } -- cgit v1.2.3-70-g09d2