feat: Add initial Milquetoast utility and API implementation files
This commit is contained in:
parent
c800a746c4
commit
43a67c7dde
1
src/milquetoast/api.clj
Normal file
1
src/milquetoast/api.clj
Normal file
@ -0,0 +1 @@
|
||||
(ns milquetoast.api)
|
||||
0
src/milquetoast/core.clj
Normal file
0
src/milquetoast/core.clj
Normal file
1
src/milquetoast/utils.clj
Normal file
1
src/milquetoast/utils.clj
Normal file
@ -0,0 +1 @@
|
||||
(ns milquetoast.utils)
|
||||
3
test/milquetoast/api_test.clj
Normal file
3
test/milquetoast/api_test.clj
Normal file
@ -0,0 +1,3 @@
|
||||
(ns milquetoast.api-test
|
||||
(:require [milquetoast.api :as sut]
|
||||
[clojure.test :as t]))
|
||||
Loading…
x
Reference in New Issue
Block a user