Skip to content

Instantly share code, notes, and snippets.

@magnars
Created April 4, 2015 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magnars/aa365cef8c14009c83f1 to your computer and use it in GitHub Desktop.
Save magnars/aa365cef8c14009c83f1 to your computer and use it in GitHub Desktop.
(go
(let [gateways-chan (get-json "/gateways.json")
versions-chan (get-json "/jar-versions.json")]
(jars/render-page (<! gateways-chan) (<! versions-chan))))
@magnars
Copy link
Author

magnars commented Apr 4, 2015

<! henter verdien av kanalen når den er klar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment