In Go, is there a notable difference between the following two segments of code:
v := &Vector{}
as opposed to
v := new(Vector)
1.4m articles
1.4m replys
5 comments
57.0k users