Skip to content

Instantly share code, notes, and snippets.

@rotaliator
Created February 13, 2019 13:00
Show Gist options
  • Save rotaliator/1488ec1986b94d960e45cdab05bd359e to your computer and use it in GitHub Desktop.
Save rotaliator/1488ec1986b94d960e45cdab05bd359e to your computer and use it in GitHub Desktop.
(def conn (atom nil))
(defn ensure-conn [config] (swap! conn #(or % (connect config))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment