Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Last active January 10, 2026 18:24
Show Gist options
  • Select an option

  • Save pablocattaneo/2f539651d498fc66dda380bcbfdcf2df to your computer and use it in GitHub Desktop.

Select an option

Save pablocattaneo/2f539651d498fc66dda380bcbfdcf2df to your computer and use it in GitHub Desktop.
// []T{e1, e2, e3, ...}
// Where T is the type of the elements (e.g., int, string, bool, struct),
// and e1, e2, e3, etc., are the initial elements of the slice
fruits := []string{"Apple", "Banana", "Orange"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment