Skip to content

Instantly share code, notes, and snippets.

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