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

Removed goji in favor of the gorrila/mux package #39

Merged
merged 1 commit into from
Mar 21, 2016
Merged

Conversation

twoism
Copy link
Contributor

@twoism twoism commented Mar 21, 2016

The goji dependency was a little heavy handed for handling
a single endpoint. This branch switches to the gorilla/mux
package for routing and refactors everything else to work as
vanilla net/http Handlers and HandlerFuncs.

This also gave me the chance to make goji-test work for
net/http and goji. I'll post a follow up PR for that.

@twoism twoism force-pushed the mux-server branch 4 times, most recently from 4ec7c15 to f64b1a3 Compare March 21, 2016 08:36
twoism pushed a commit that referenced this pull request Mar 21, 2016
Removed goji in favor of the gorrila/mux package
@twoism twoism merged commit d385104 into master Mar 21, 2016
@twoism twoism deleted the mux-server branch March 21, 2016 21:47
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.

1 participant