Sign in
go
/
tools
/
4b9a5fd414e6f0cfb7d0b0c2c711f330a293a997
/
.
/
go
/
analysis
/
passes
/
modernize
/
testdata
/
src
/
appendclipped
/
bytesclone.go.golden
blob: f49be6156b2a6b5ae3471d4cdb063821949634b9 [
file
]
package
appendclipped
import
(
"bytes"
)
var
_ bytes
.
Buffer
func _
(
b
[]
byte
)
{
print
(
bytes
.
Clone
(
b
))
// want "Replace append with bytes.Clone"
}