Rename URI constructor to make?
DerGuteMoritz opened this issue · 1 comments
DerGuteMoritz commented
I suggest renaming (or aliasing) the URI constructor procedure uri
to make
so that the namespace can be sensibly imported with (:require [uri.core :as uri])
.
codonnell commented
Changed. Thanks for your contributions.