Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow defresource to have a docstring #305

Merged

Conversation

jeremyheiler
Copy link
Contributor

(defresource example
  "This is my awesome resource!"
  ...)

This resolves #243.

```
(defresource example
  "This is my awesome resource!"
  ...)
```
@ordnungswidrig ordnungswidrig merged commit 5382a89 into clojure-liberator:master Dec 27, 2018
@ordnungswidrig
Copy link
Member

Nice! Thanks for the patch.

@jeremyheiler jeremyheiler deleted the defresource-docstring branch December 27, 2018 13:37
Tavistock pushed a commit to Tavistock/liberator that referenced this pull request Jul 5, 2019
…e-docstring

Allow defresource to have a docstring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

defresource is broken when a docstring is provided
2 participants