Commit e74b892
committed
searcher: fix warning in golang 1.3
`for range cfg.Repos` throws syntax error in golang 1.3. Hence using
`len(cfg.Repos)` instead to iterate.1 parent a6aaac0 commit e74b892
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| |||
0 commit comments