Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
James Hannah committed Feb 16, 2015
1 parent ebf20f2 commit d1c9e20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipgrep.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func ipMatches(target *net.IPNet, queue <-chan linelast, matches chan<- net.IP,

func main() {
verbose := flag.Bool("verbose", false, "Show errors/stuff")
usage := flag.Bool("usage", )
flag.Parse()
s := make([]chan linelast, 0)
matches := make(chan net.IP)
Expand Down

0 comments on commit d1c9e20

Please sign in to comment.