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 {