Skip to content

Instantly share code, notes, and snippets.

@Poincare
Created November 9, 2013 15:56
Show Gist options
  • Save Poincare/7386819 to your computer and use it in GitHub Desktop.
Save Poincare/7386819 to your computer and use it in GitHub Desktop.
package main
func main {
///this creates a slice of integers with length 15
var mySlice := make([]int, 15)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment