Created
July 24, 2014 17:08
-
-
Save philipz/69c56861e33b66305955 to your computer and use it in GitHub Desktop.
Go template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From http://play.golang.org/p/-pR3Bn6efy | |
{{range $index,$server := .myapp_upstream}}{{ if $index }}, {{ end }}{{$server.Value}}{{end}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment