-
Hello, I'm trying to make a Gentoo ebuild for zrepl. I succeeded for v0.1.1 (w/o go.mod) and I'm struggling for 0.2.1.
The installation/compile-from-source.rst works on my local system (i.e. w/o Doc…
-
Hi, is it intentional that wildcards match one or more characters on non-root paths? I expected (perhaps incorrectly) that they would match zero or more characters.
I tested the table below and **I…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.12.1 linux/amd64
### Does this issue reproduce with the latest release?
### What operating system…
-
Hi, unfortunately build fails
any idea what's wrong?
thx
```
root@mfnginx-864665cf6-9wmvp:/tmp# git clone https://github.com/mauricioabreu/nginx_rtmp_prometheus.git
Cloning into 'nginx_rtm…
-
This message appears when I reboot:
```
2020-02-27T06:27:48.956036018Z [Info ] System reboot
2020-02-27T06:27:50.251733896Z http: panic serving [::1]:59196: runtime error: invalid memory address o…
-
If I add the fileSystem with http.Handle in the routes, is it autoClosed when shutdown the API?
```
// routes.go
func API(shutdown chan os.Signal, log *log.Logger, db *sqlx.DB, authenticator *aut…
ghost updated
4 years ago
-
The `http.ResponseWriter` and `req *http.Request` don't maintain their context in the panic handler. So if context is set in the req during middleware and there's a panic at some point, the panic hand…
-
**Is your feature request related to a problem? Please describe.**
Hi,
I started working with Fiber. It would be nice if one could have an example for Fiber.
Thank you!
-
**Is your feature request related to a problem? Please describe.**
We want our users to have good and descriptive names for their client configs. Mainly so it it intuitive for the users to use one …
-
Hi,
Is there a way of testing an endpoint that uses named parameters without spinning up a mock server?
**NOTE**: Handler signature below will not change so no 3rd httprouter argument!
Thanks…