Skip to content

Instantly share code, notes, and snippets.

@alex-leonhardt
Last active March 28, 2018 06:14
Show Gist options
  • Save alex-leonhardt/2a324316fec71da2fa81e3a7fec88813 to your computer and use it in GitHub Desktop.
Save alex-leonhardt/2a324316fec71da2fa81e3a7fec88813 to your computer and use it in GitHub Desktop.
example-1.tpl
[
{{ range $name, $endpoint := $endpoints }}
{
"$name": "$endpoint",
},
{{ end }}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment