(defn append-spit "Like spit but appends to file." {:deprecated "1.2"} [f content] (with-open [^Writer w (append-writer f)] (.write w content)))
Comments top
No comments for append-spit. Log in to add a comment.