Skip to content

Instantly share code, notes, and snippets.

@andrewsmedina
Created June 18, 2013 18:42
Show Gist options
  • Save andrewsmedina/5808087 to your computer and use it in GitHub Desktop.
Save andrewsmedina/5808087 to your computer and use it in GitHub Desktop.
<ul>
for index, item := range items {
<li>fmt.Println(item)</li>
}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment