]> Sergey Matveev's repositories - btrtrc.git/commit
util: Support CopyExact with pointer source
authorMatt Joiner <anacrolix@gmail.com>
Wed, 18 Mar 2015 07:09:54 +0000 (18:09 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 18 Mar 2015 07:09:54 +0000 (18:09 +1100)
commit0f7c4c5bda4616d55f62fa0c64da28e9272ef0ce
tree4df4dd5bca40a07d47c9784c05531f1b6bdc88b8
parent8e8d75dda1094d3f4cfb21550dc1f67a327c58f9
util: Support CopyExact with pointer source

Nice to avoid copying large value types.
util/copy.go
util/copy_test.go