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

Add GetAll method (take two) #11

Merged
merged 9 commits into from Mar 6, 2014
Merged

Add GetAll method (take two) #11

merged 9 commits into from Mar 6, 2014

Conversation

adammck
Copy link
Contributor

@adammck adammck commented Mar 6, 2014

This is @pjvds' work from #6, rebased against master so Travis will run. It was failing because the repo was forked before .travis.yml was added, but the tests were fine.

return nil
}

// GetAll returns all stored values for the request as a map. It returns not ok
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/GetAll/GetAllOk/

@adammck
Copy link
Contributor Author

adammck commented Mar 6, 2014

I just noticed that there weren't any tests for GetAllOk in the original PR, so I added a couple.

kisielk added a commit that referenced this pull request Mar 6, 2014
Add GetAll method (take two)
@kisielk kisielk merged commit 1be7a08 into gorilla:master Mar 6, 2014
@kisielk
Copy link
Contributor

kisielk commented Mar 6, 2014

Cool. THanks :)

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.

None yet

3 participants