metosin / compojure-api

Sweet web apis with Compojure & Swagger
http://metosin.github.io/compojure-api/doc/
Eclipse Public License 1.0
1.11k stars 149 forks source link

Docs outdated? #395

Closed divs1210 closed 5 years ago

divs1210 commented 5 years ago

$ lein repl & (go) > CompilerException java.lang.RuntimeException: Unable to resolve symbol: go in this context

ikitommi commented 5 years ago

Works here ok:

➜  compojure-api git:(master) ✗ lein repl
WARN clojure.tools.logging not found on classpath, compojure.api logging to console.
INFO :spec swagger generation enabled in compojure.api
nREPL server started on port 62010 on host 127.0.0.1 - nrepl://127.0.0.1:62010
REPL-y 0.3.7, nREPL 0.2.12
Clojure 1.9.0
Java HotSpot(TM) 64-Bit Server VM 1.8.0_172-b11
tommi's repl.
examples.server=> (go)
Server started at http://localhost:3000
:started
examples.server=>