Skip to content

Commit 49103dc

Browse files
authored
Merge pull request #33 from dr1nf3rn0/hotfix/pgpool2_exporter_make_error
Make error on Debian 11 with Go
2 parents c76acd4 + 9513b19 commit 49103dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgpool2_exporter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"fmt"
2929
"math"
3030
"net/url"
31-
"os"
31+
_ "os"
3232
"regexp"
3333
"strconv"
3434
"sync"

0 commit comments

Comments
 (0)