mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-29 19:39:52 -05:00
c964aff0af
BREAKING CHANGE This removes the `Type()` method from the `types.Value` interface. Instead use the `types.TypeOf(v types.Value) bool` function. Fixes #3324