mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-20 10:26:37 -06:00
This is a side-by-side port, taking inspiration from the old dataspec.go code. Notably: - LDB support has been added in Go. It wasn't needed in JS. - There is an Href() method on Spec now. - Go now handles IPV6. - Go no longer treats access_token specially. - Go now has Pin. - I found some issues in the JS while doing this, I'll fix later. I've also updated the config code to use the new API so that basically all the Go samples use the code, even if they don't really change.