mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-01-18 06:30:07 +08:00
go fmt
This commit is contained in:
parent
8e404a1433
commit
319743d330
@ -6,6 +6,7 @@ import (
|
||||
)
|
||||
|
||||
var bufferCounter int64
|
||||
|
||||
func GetBuffer() *bytebufferpool.ByteBuffer {
|
||||
defer func() {
|
||||
atomic.AddInt64(&bufferCounter, 1)
|
||||
|
Loading…
Reference in New Issue
Block a user