Hacker News new | ask | show | jobs
by throwawaygod 149 days ago
The differences btwn new() and make() is even lesser now. Is the goal is to deprecate make()?
1 comments

How would you dup := make([]int, 0, len(slice)) then?