update conditional metrics usage

This commit is contained in:
ginuerzh
2022-07-29 21:18:01 +08:00
parent 5a15f53fc6
commit 513eefe034
5 changed files with 22 additions and 15 deletions

View File

@ -1,6 +1,8 @@
package bufpool
import "sync"
import (
"sync"
)
var (
pools = []struct {