Skip to content

Instantly share code, notes, and snippets.

@jjuliano
Created July 3, 2018 14:24
Show Gist options
  • Save jjuliano/cc62132eb81db9f0aac2102b0a187c24 to your computer and use it in GitHub Desktop.
Save jjuliano/cc62132eb81db9f0aac2102b0a187c24 to your computer and use it in GitHub Desktop.
slicedArray1 := make([]string, 2)
var slicedArray2 []string
slicedArray3 := []string{}
slicedArray4 := []string{"foo", "bar"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment