Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Oct 28, 2023
1 parent 67d02ca commit 4313627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libgobuster/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func (set *Set[T]) Stringify() string {
return strings.Join(values, ",")
}

// nolint:unused
func lineCounter_old(r io.Reader) (int, error) {
buf := make([]byte, 32*1024)
count := 1
Expand Down

0 comments on commit 4313627

Please sign in to comment.