mirror of https://github.com/VinGarcia/ksql.git
Fix linter issue
parent
00f4a6ceae
commit
898bb887cc
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue