From 03256699b271119eab9cded7142a10d1646992f8 Mon Sep 17 00:00:00 2001 From: Marek Goc Date: Thu, 14 Nov 2024 17:10:06 +0100 Subject: [PATCH] check --- pkg/exporters/gelf_exporter/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/exporters/gelf_exporter/config.go b/pkg/exporters/gelf_exporter/config.go index 7de43cf..9a3164a 100644 --- a/pkg/exporters/gelf_exporter/config.go +++ b/pkg/exporters/gelf_exporter/config.go @@ -6,7 +6,7 @@ type config struct { Tag string } -// newConfig creates a validated Config configured with options. +// newConfig creates a validated Config configured with options func newConfig(options ...Option) (config, error) { cfg := config{} for _, opt := range options {