mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-30 03:26:47 -05:00
5de698b8f1
Unmarshal and Marshal are tools for moving data from Noms into native Go and back. The rules are described in the documentation of the two functions, but the behavior is broadly similar to encoding/json. Towards issue #160