Skip to content

Commit 3eb27ff

Browse files
added changes
1 parent c6b0ffe commit 3eb27ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tok/tok.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func GetTokenizer(name string) (Tokenizer, bool) {
157157

158158
// GetIndexFactory returns IndexFactory given name.
159159
func GetIndexFactory(name string) (IndexFactory, bool) {
160-
fmt.Println("HERE GET INDEX FACTORY", indexFactories)
160+
fmt.Println("HERE GET INDEX FACTORY", indexFactories, name)
161161
f, found := indexFactories[name]
162162
return f, found
163163
}

0 commit comments

Comments
 (0)