From c690ef746428e459adad93da5b39e6416aa067e5 Mon Sep 17 00:00:00 2001 From: raven Date: Wed, 11 Feb 2026 12:18:17 -0600 Subject: this line is too long! --- client/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/main.go b/client/main.go index 6653203..e86ed43 100644 --- a/client/main.go +++ b/client/main.go @@ -12,7 +12,8 @@ import ( var globalApp *application func main() { - insecure := flag.Bool("no-verify-cert", false, "don't verify tls certificate (INSECURE, for testing only!)") + insecure := flag.Bool("no-verify-cert", false, + "don't verify tls certificate (INSECURE, for testing only!)") flag.Parse() address := flag.Arg(0) if address == "" { -- cgit v1.2.3