google / zoekt

Fast trigram based code search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error return ignored

hanwen opened this issue · comments

func (b *Builder) buildShard(
..

for _, t := range todo {
	shardBuilder.Add(*t)
}

Add returns an error.