mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-30 03:26:47 -05:00
Add Value::Ref()
This commit is contained in:
+1
-1
@@ -10,5 +10,5 @@ type String interface {
|
||||
}
|
||||
|
||||
func NewString(s string) String {
|
||||
return flatString{s}
|
||||
return flatString{s, &cachedRef{}}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user