Skip to content

Commit

Permalink
go lint
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed May 20, 2018
1 parent 98e7b28 commit c303b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func resultWorker(g *libgobuster.Gobuster, filename string) {
func progressWorker(g *libgobuster.Gobuster) {
tick := time.NewTicker(1 * time.Second)

for _ = range tick.C {
for range tick.C {
g.PrintProgress()
}
}
Expand Down

0 comments on commit c303b82

Please sign in to comment.