Last active
March 28, 2018 06:14
-
-
Save alex-leonhardt/2a324316fec71da2fa81e3a7fec88813 to your computer and use it in GitHub Desktop.
example-1.tpl
This file contains hidden or 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
[ | |
{{ 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