From 5a09313066f5594ca9e3917c00821e443dcba7bc Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 8 May 2024 20:59:41 +0200 Subject: Rename gitDescribe to version This variable will be the only used representation for version information. It can trivially be used for an equality check. Further data as semantic versioning must be parsed from this string. --- server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server.go') diff --git a/server.go b/server.go index 32d22b1..570d8ed 100644 --- a/server.go +++ b/server.go @@ -25,7 +25,7 @@ func NewServer(addr string) Server { r.PathPrefix("/static/"). Handler(http.StripPrefix("/static/", http.FileServer(http.FS(static)))) - r.HandleFunc("/version", view.VersionRead(gitDescribe)).Methods(`GET`) + r.HandleFunc("/version", view.VersionRead(version)).Methods(`GET`) r.HandleFunc("/recipes", view.RecipesRead).Methods(`GET`) -- cgit v1.2.3-70-g09d2