Skip to content

Instantly share code, notes, and snippets.

@OuSatoru
Created November 16, 2019 02:03
Show Gist options
  • Save OuSatoru/23c1c98af06f01ef4e102ee3232c2296 to your computer and use it in GitHub Desktop.
Save OuSatoru/23c1c98af06f01ef4e102ee3232c2296 to your computer and use it in GitHub Desktop.
Go copy slice
b = append(a[:0:0], a...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment