b := make([]int, 0, 5)
one := []int{1, 2, 3, -2, -1} // Создаём срез из 5 элементовtwo := slices.Clone(one) // Создаём копию среза one