From 2bed20e04f009bf42cd92355c433b8955dfa39ef Mon Sep 17 00:00:00 2001 From: etwas Date: Tue, 15 Apr 2025 21:44:02 +0200 Subject: [PATCH] docs: add a comment --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8cdcedc..2709a22 100644 --- a/main.go +++ b/main.go @@ -94,7 +94,7 @@ func (h *stopInfoHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { // load all generated queries queries := bahndb_rest.New(conn) - // get all results + // Parse query text var searchQuery = r.FormValue("query") if searchQuery == "" {