32 lines
No EOL
12 KiB
Text
32 lines
No EOL
12 KiB
Text
!<arch>
|
||
__.PKGDEF 0 0 0 644 481 `
|
||
go object darwin amd64 go1.5.1 X:none
|
||
build id "4eab097319ff6a9736654ec8234165124a1af0ac"
|
||
|
||
$$
|
||
package encoding
|
||
import runtime "runtime"
|
||
type @"".BinaryMarshaler interface { MarshalBinary() (@"".data []byte, @"".err error) }
|
||
type @"".BinaryUnmarshaler interface { UnmarshalBinary(@"".data []byte) (? error) }
|
||
type @"".TextMarshaler interface { MarshalText() (@"".text []byte, @"".err error) }
|
||
type @"".TextUnmarshaler interface { UnmarshalText(@"".text []byte) (? error) }
|
||
|
||
$$
|
||
|