diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-03-18 17:37:05 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-03-18 17:37:05 +0000 |
| commit | b36340b5a61e71b2fb123858835b1ae0da869827 (patch) | |
| tree | 8ff8153c7ce261ea50ef106bf130a2f310e63506 /internal/mapr | |
| parent | 5302ad35271fce7966bc4715e743d1860bca9598 (diff) | |
make lint and vet happy
Diffstat (limited to 'internal/mapr')
| -rw-r--r-- | internal/mapr/logformat/generic.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/mapr/logformat/generic.go b/internal/mapr/logformat/generic.go index 9102c0b..9c12556 100644 --- a/internal/mapr/logformat/generic.go +++ b/internal/mapr/logformat/generic.go @@ -1,6 +1,6 @@ package logformat -// MakeFieldsGENEROC is the generic log line parser. +// MakeFieldsGENERIC is the generic log line parser. func (p *Parser) MakeFieldsGENERIC(maprLine string) (map[string]string, error) { fields := make(map[string]string, 3) |
