Hi I have a map as shown below
var CtxStarStore = make(map[string]AuthCtx) map[ccc-999401002:{989c48c5-7f9c-4058-80a2-b769ea4675f9 imei-1234010002} bbb -999401003:{989c48c5-7f9c-4058-80a2-b769ea4675f9 imei-1234010003}] I would like to delete ccc-999401002 or any key value from the map I tried delete as s := "ccc-999401002" delete(CtxStarStore, s) Any reason why I cannot delete it -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/5a863263-94cd-463e-b932-2d788985a108n%40googlegroups.com.