Skip to content

Instantly share code, notes, and snippets.

@sarahhodne
Created May 15, 2012 15:02
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 sarahhodne/e6d3fd431b7699971900 to your computer and use it in GitHub Desktop.
Save sarahhodne/e6d3fd431b7699971900 to your computer and use it in GitHub Desktop.
(ns context-io.api)
(defrecord ApiContext
[^String protocol
^String host
^String version])
(ns context-io.test
(:use
[clojure.test]
[context-io.api])
(import
(context-io.api ApiContext)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment