Fix linter issue

pull/16/head
Vinícius Garcia 2022-01-10 21:49:05 -03:00
parent 00f4a6ceae
commit 898bb887cc
1 changed files with 1 additions and 1 deletions

View File

@ -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 {