gvisor/tools/go_marshal/test
Rahat Mahmood 9ef1c79922 Rename marshal.Task to marshal.CopyContext.
CopyContext is a better name for the interface because from
go-marshal's perspective, the interface has nothing to do with a
task. A kernel.Task happens to implement the interface, but so can
other things like MemoryManager and IO sequences.

PiperOrigin-RevId: 331959678
2020-09-16 02:10:12 -07:00
..
escape Rename marshal.Task to marshal.CopyContext. 2020-09-16 02:10:12 -07:00
external Implement automated marshalling for slices of Marshallable types. 2020-03-31 22:56:09 -07:00
BUILD Move the 'marshal' and 'primitive' packages to the 'pkg' directory. 2020-09-11 17:42:49 -07:00
benchmark_test.go Implement automated marshalling for slices of Marshallable types. 2020-03-31 22:56:09 -07:00
marshal_test.go Rename marshal.Task to marshal.CopyContext. 2020-09-16 02:10:12 -07:00
test.go go-marshal: Allow array lens to be consts and simple expressions. 2020-04-01 16:51:28 -07:00