Skip to content

Instantly share code, notes, and snippets.

@jjuliano
Last active December 16, 2019 11:14
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 jjuliano/5fad8ac7be156f0f440d364bdc16bf19 to your computer and use it in GitHub Desktop.
Save jjuliano/5fad8ac7be156f0f440d364bdc16bf19 to your computer and use it in GitHub Desktop.
package coffee
func Types() []string {
types := []string{"espresso", "cappuccino", "macchiato"}
return types
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment