From 4ddcf3ecd5ec27954911d60e753de275a95646d2 Mon Sep 17 00:00:00 2001 From: Alexandre CHAZAL Date: Tue, 1 Dec 2020 20:10:58 +0100 Subject: [PATCH] [GO][FIX] fixed typo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index cdec72c..39fa3f6 100644 --- a/main.go +++ b/main.go @@ -246,7 +246,7 @@ func collectorOptions() []collector.Option { } if *tls || cfg.tls { - fmt.printf("TLS activated\n"); + fmt.Printf("TLS activated\n"); opts = append(opts, collector.WithTLS(*insecure)) }