Skip to content

Commit

Permalink
add missing 'errors' import in module/iis/application_pool/reader.go
Browse files Browse the repository at this point in the history
  • Loading branch information
stefans-elastic committed Jan 17, 2025
1 parent 8a460cc commit fa2ab00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/metricbeat/module/iis/application_pool/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
package application_pool

import (
"errors"
"fmt"
"strings"
"syscall"
Expand Down

0 comments on commit fa2ab00

Please sign in to comment.