Skip to content

Commit 3ba0815

Browse files
committed
fix allocator with compatibility with go older then 1.18
1 parent 3931a41 commit 3ba0815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/value/exp/allocator/allocator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func (a *Allocator) Value() (v *Ydb.Value) {
2121
return new(Ydb.Value)
2222
}
2323

24-
func (a *Allocator) Typed() (v *Ydb.TypedValue) {
24+
func (a *Allocator) TypedValue() (v *Ydb.TypedValue) {
2525
return new(Ydb.TypedValue)
2626
}
2727

0 commit comments

Comments
 (0)