Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created May 22, 2013 11:57
Show Gist options
  • Save AeroNotix/5627017 to your computer and use it in GitHub Desktop.
Save AeroNotix/5627017 to your computer and use it in GitHub Desktop.
<select id="individual">
{{range .EMPLOYEES}}
<option value="{{.ID}}">{{.Name}}</option>
{{else}}
<option value="nil">----</option>
{{end}}
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment