forked from cerc-io/ipld-eth-server
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
|