mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-24 03:09:22 -06:00
Previously there were 3 ways to construct a Path: via methods like AddIndex, via parsing/AddPath, and simply via using append() (since Path is a slice). This patch deletes the former and leaves only ParsePath and append(), with the ability to manually create the various path parts (I've made them public). I also added documentation for the public types/fields.