← Back to context Comment by throwawaygod 1 month ago The differences btwn new() and make() is even lesser now. Is the goal is to deprecate make()? 1 comment throwawaygod Reply ptman 1 month ago How would you dup := make([]int, 0, len(slice)) then?
How would you dup := make([]int, 0, len(slice)) then?