sourcegraph / zoekt

Fast trigram based code search
Apache License 2.0
736 stars 83 forks source link

Remove Queue.init #808

Closed jtibshirani closed 2 months ago

jtibshirani commented 2 months ago

Queue is always created through NewQueue, which always initializes the data structures. So we don't need to initialize them in other methods.