mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-12 15:05:49 +00:00
committed by
Lunny Xiao
parent
b209531959
commit
33ad554800
12
vendor/gopkg.in/src-d/go-git.v4/plumbing/object/common.go
generated
vendored
Normal file
12
vendor/gopkg.in/src-d/go-git.v4/plumbing/object/common.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package object
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
"sync"
|
||||
)
|
||||
|
||||
var bufPool = sync.Pool{
|
||||
New: func() interface{} {
|
||||
return bufio.NewReader(nil)
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user