From 898bb887cc214d72a017d6a5c49dc0314a612116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Mon, 10 Jan 2022 21:49:05 -0300 Subject: [PATCH] Fix linter issue --- internal/structs/func_parser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/structs/func_parser.go b/internal/structs/func_parser.go index e73b02e..dad738c 100644 --- a/internal/structs/func_parser.go +++ b/internal/structs/func_parser.go @@ -7,7 +7,7 @@ import ( var errType = reflect.TypeOf(new(error)).Elem() -// parseInputFunc is used exclusively for parsing +// ParseInputFunc is used exclusively for parsing // the ForEachChunk function used on the QueryChunks method. func ParseInputFunc(fn interface{}) (reflect.Type, error) { if fn == nil {