From 0766367384f7a30d7653aafd368eb5727e076e00 Mon Sep 17 00:00:00 2001 From: Mahesh Hegde <46179734+mahesh-hegde@users.noreply.github.com> Date: Sat, 9 Mar 2024 15:11:35 +0530 Subject: [PATCH] Commit to test workflow fail --- zserv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zserv.go b/zserv.go index 8358331..65857c8 100644 --- a/zserv.go +++ b/zserv.go @@ -111,5 +111,5 @@ func main() { } log.Printf("zserv binding to http://%s:%d\n", options.Host, options.Port) - StartServer(&options, webfs) + StartServer(&options, webfs) }