-
### Go version
go version go1.23.3 darwin/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH…
-
- https://benhoyt.com/writings/go-servemux-enhancements/
- https://github.com/benhoyt/go-routing/pull/4/files
komuw updated
9 months ago
-
```
../../../../../github.com/philips/grpc-gateway-example/echopb/service.pb.gw.go:86: not enough arguments in call to runtime.AnnotateContext
have ("golang.org/x/net/context".Context, *http…
-
Go 1.22 has released [Enhanced routing patterns](https://tip.golang.org/doc/go1.22#:~:text=Go%20version%20strings.-,Enhanced%20routing%20patterns,-HTTP%20routing%20in); I wonder if there's been any th…
-
A nice feature of http.Mux is that it can be used as a handler, so users can set up separate parts of an application on separate muxes that share a common configuration (e.g. a set of interceptors) an…
-
`cast client`
```
Error:
error sending request for url (http://localhost:8545/)
Context:
- Error #0: error sending request for url (http://localhost:8545/)
- Error #1: client error (SendReq…
-
Cant connect over different domain because of cors.
-
our /healthz endpoint returns an error to the client if the k8s ping fails but does not record that fact on contour.
I don't want to log this at the contour level as it could cause log spam if the …
-
Currently we mandate people to use `http.ServeMux`, but we might want to think about a way to allow people to use their own routers.
-
### What's wrong?
Conflicting patterns detected when built with Go 1.23
````
$ grafana-agent --version
panic: pattern "GET /debug/pprof/" (registered at net/http/pprof/pprof.go:100) conflict…