36533f7c3f
Fixes for new geth version
7 lines
192 B
Go
7 lines
192 B
Go
/*
|
|
The `obj` package defines Marshaller and Unmarshaller types,
|
|
which can be used to convert in-memory values to token streams,
|
|
and token streams to unpack in-memory values.
|
|
*/
|
|
package obj
|