Skip to content

Instantly share code, notes, and snippets.

@mmmurf

mmmurf/test.clj Secret

Created November 9, 2014 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmmurf/0cfe722ad60c47c34b1f to your computer and use it in GitHub Desktop.
Save mmmurf/0cfe722ad60c47c34b1f to your computer and use it in GitHub Desktop.
(defn test-sess [params]
(common "hello"
[:body
[:p "Session: " (:session params)]
[:p "Params: " params]
[:p "Name" (:username (:session params))]]
(assoc (:session params) :count 1) ))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment