Searched defs:mapindex (Results 1 – 3 of 3) sorted by relevance
31 …mapindex // operand is a map index expression (acts like a variable on lhs, co… const
27 …mapindex // operand is a map index expression (acts like a variable on lhs, co… const
278 func mapindex(m map[string]string, k string) string { // ERROR "m does not escape" "leaking param: … func