We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1cd56 commit 5d0f76fCopy full SHA for 5d0f76f
README.md
@@ -18,7 +18,7 @@ more detailed information.
18
```clojure
19
funcool/datoteka
20
{:git/tag "4.0.0"
21
- :git/sha "6e4b4c2"
+ :git/sha "ce1cd56"
22
:git/url "https://github.com/funcool/datoteka.git"}
23
```
24
src/datoteka/io.clj
@@ -244,9 +244,9 @@
244
(flush dst))))
245
246
(defn write-to-file
247
- [src dst & {:keys [close] :or {close true} :as opts}]
+ [dst content & {:as opts}]
248
(with-open [^OutputStream dst (jio/make-output-stream dst opts)]
249
- (write src dst opts)))
+ (write dst content opts)))
250
251
(defn skip
252
[input offset]
0 commit comments