We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cab7e0 commit 05cf637Copy full SHA for 05cf637
internal/pool/errors.go
@@ -4,6 +4,4 @@ import (
4
"errors"
5
)
6
7
-var (
8
- errClosedPool = errors.New("closed pool")
9
-)
+var errClosedPool = errors.New("closed pool")
0 commit comments