mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-04 05:37:08 +00:00
update cadvisor to v0.31.0
This commit is contained in:
11
vendor/github.com/pquerna/ffjson/fflib/v1/buffer_nopool.go
generated
vendored
Normal file
11
vendor/github.com/pquerna/ffjson/fflib/v1/buffer_nopool.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// +build !go1.3
|
||||
|
||||
package v1
|
||||
|
||||
// Stub version of buffer_pool.go for Go 1.2, which doesn't have sync.Pool.
|
||||
|
||||
func Pool(b []byte) {}
|
||||
|
||||
func makeSlice(n int) []byte {
|
||||
return make([]byte, n)
|
||||
}
|
||||
Reference in New Issue
Block a user