--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/C6BBNTRSEwg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
| // Some internal compiler optimizations use this function. |
| // - Used for m[string(k)] lookup where m is a string-keyed map and k is a []byte. |
| // - Used for "<"+string(b)+">" concatenation where b is []byte. |
| Martin |