From 15c29bc9e83cd777f14b51faefd9bc59302d596c Mon Sep 17 00:00:00 2001 From: k1LoW Date: Tue, 28 Nov 2023 14:46:23 +0900 Subject: [PATCH] bonsai --- bind.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bind.go b/bind.go index c44e93bd..eb482c08 100644 --- a/bind.go +++ b/bind.go @@ -64,6 +64,7 @@ func evalBindKeyValue(bindVars map[string]any, k string, v any, store map[string return evalBindKeyValue(bindVars, kk, []any{v}, store) } // Merge to map + // - foo // - foo[bar] // - foo['bar'] // - foo[5]