attic-labs / noms

The versioned, forkable, syncable database
Apache License 2.0
7.44k stars 266 forks source link

Add noms.To() and noms.From() helpers #3668

Open aboodman opened 7 years ago

aboodman commented 7 years ago

It is incredibly common to marshal to and from Go types. Common enough that `marshal.(Must)?(Un)?Marshal is cumbersome to type. We should put these at the top level and make them super short.