-
Notifications
You must be signed in to change notification settings - Fork 15
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
large dependency tree #6
Comments
As luck would have it, I wrote my own tiny Accept: header processing library last year but never got around to polishing it up and releasing it, so I'll give it a go as a replacement. |
cool, that sounds nice |
I've pushed a possible 2.0 version if you want to try it. There's a small change to the API, you need to use I made it use github.com/kevinpollet/nego for the content negotiation as my own code was buggy and I don't want to reinvent this particular fiddly wheel... |
looks fine, it works great. Thx |
OK, released 2.0.0. |
I get an unexpectedly huge dependency tree, caused by github.com/golang/gddo.
Looks like it is only used in fileserver.go line 46 for a little parsing. May be worth, to substitute it.
The text was updated successfully, but these errors were encountered: