Skip to content

Instantly share code, notes, and snippets.

@linfongi
Created January 27, 2016 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linfongi/55d84d7d3805dd5e8001 to your computer and use it in GitHub Desktop.
Save linfongi/55d84d7d3805dd5e8001 to your computer and use it in GitHub Desktop.
func swap(a, b *int) {
*a, *b = *b, *a
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment