mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-21 10:26:10 -06:00
BREAKING CHANGE This removes the `Type()` method from the `types.Value` interface. Instead use the `types.TypeOf(v types.Value) bool` function. Fixes #3324