Skip to content

Instantly share code, notes, and snippets.

@renanbastos93
Created January 10, 2022 10:02
Show Gist options
  • Save renanbastos93/23eced60292edc3e7c54dacac61dff98 to your computer and use it in GitHub Desktop.
Save renanbastos93/23eced60292edc3e7c54dacac61dff98 to your computer and use it in GitHub Desktop.
func notUseAppend() {
var arr = make([]int, 1, size)
for k := range arr {
arr[k] = k
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment