Cosmetics
This commit is contained in:
parent
30da676626
commit
c23e019ccd
1 changed files with 4 additions and 5 deletions
|
|
@ -7,12 +7,11 @@
|
||||||
;; the terms of this license.
|
;; the terms of this license.
|
||||||
;; You must not remove this notice, or any other, from this software.
|
;; You must not remove this notice, or any other, from this software.
|
||||||
|
|
||||||
(ns
|
(ns monger.gridfs
|
||||||
^{:doc "Provides functions and macros for working with GridFS: storing files in GridFS, streaming files from GridFS,
|
"Provides functions and macros for working with GridFS: storing files in GridFS, streaming files from GridFS,
|
||||||
finding stored files.
|
finding stored files.
|
||||||
|
|
||||||
Related documentation guide: http://clojuremongodb.info/articles/gridfs.html"}
|
Related documentation guide: http://clojuremongodb.info/articles/gridfs.html"
|
||||||
monger.gridfs
|
|
||||||
(:refer-clojure :exclude [remove find])
|
(:refer-clojure :exclude [remove find])
|
||||||
(:require monger.core
|
(:require monger.core
|
||||||
[clojure.java.io :as io])
|
[clojure.java.io :as io])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue