Skip to content

Commit

Permalink
bonsai
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Nov 28, 2023
1 parent a2ba51c commit 15c29bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bind.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 15c29bc

Please sign in to comment.