What exactly is the difference between
var m = map[string]int{}
and
var m = make(map[string]int)
Is the first just a shortcut for faster field initialization? Are there performance considerations?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…