Created
February 13, 2019 13:00
-
-
Save rotaliator/1488ec1986b94d960e45cdab05bd359e to your computer and use it in GitHub Desktop.
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
(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