-
Hi, google team!
It's not an issue, but I have a question. I'm using `go-github` in the `module(go-github-selfupdate)`, which is causing the following error.
**Chain**
`my repo(github/dalfox) =>…
-
Hi,
This spec is working fine as expected; but when I go to run the code for a real call then it doesn't work; it's like is not loading the handler in the app.
Calls:
get localhost:8080/lita/i…
-
Hi. Please include the native Go http.HandleFunc in your benchmarks. I know it lacks a lot of features but it would be cool to see how httprouter compares against it. Thank you
-
I want to publich a RPM package of chihaya for CentOS 7 and couple other RPM based systems.
I can automate the process but I am missing some sort of versioning.
Like what is stable now and what was …
elico updated
4 years ago
-
**Describe the bug**
A clear and concise description of what the bug is.
Setting string like "6eYJ+6eYJ" as client_secret will cause "Client Authentication failed".
**Reproducing the bug**
S…
-
Hi,
I'm trying to get httprouter to serve static files. I have used the following
`router.NotFound = http.FileServer(http.Dir("static"))`
This works fine for files that are not index.html. I …
-
Hello!
My issue were not necessarily linked with julienschmidt/httprouter but I sure you can to help me.
I try to write a little application at Go for simulate a behaviour of some legacy HTTP-bac…
-
I am looking for a way to validate an http.Response (https://godoc.org/net/http#Response) against a swagger 2.0 schema. I am hoping I have just missed some documentation for doing this in my google se…
-
go get github.com/casbin/casbin
package github.com/casbin/casbin/v2/effect: cannot find package "github.com/casbin/casbin/v2/effect" in any of:
/usr/lib/go-1.6/src/github.com/casbin/casbin/…
-
I'm considering to move to httptreemux, from go-gin. However, I'm missing middleware support. The basic use case is handling of authorization (extract information from request, validate, and set conte…