-
It looks like the gin dependency is not being pulled into the containers at `make` time:
```
make
Building Linux binary ready for containerisation...
docker run --rm -it -v "":/gopath -v "/User/…
-
### Describe the bug
When my API receives a webhook request from Stripe via the CLI, I got the error `expected required property account to be present` and the location attribute is: `body`. After …
-
## Description
Similar to [this issue](https://github.com/gin-gonic/gin/issues/415) and [this commit](https://github.com/gin-gonic/gin/commit/5ea7a92267a38b12e1315deda60fbfc636da7fa1#diff-703ef7478…
-
## Description
I jus add a router with gin's method `GET` and it result in the program panic. But when I run the program again with do nothing, it works correctly.
please check the below erro…
-
go/pkg/mod/github.com/shiningrush/droplet/wrapper/gin@v0.3.0/gin.go:13:20: cannot use ctx.Writer (variable of type "github.com/gin-gonic/gin".ResponseWriter) as data.ResponseWriter value in struct lit…
-
- go version: 1.12.6
- gin version (or commit ref): v1.4.0-dev
- operating system: win10
## Description
Stupid people do stupid things. In my case I selected as Content-Type in Postman instead …
-
panic: open statics/index.html: no such file or directory
goroutine 1 [running]:
html/template.Must(...)
/usr/local/src/go/src/html/template/template.go:374
github.com/gin-gonic/gin.(*En…
-
Need to do a quick recon of `Go` Web frameworks
to decide which one we can/should use for a mini project that might turn into a larger one ...
_Specifically_ need:
1. Something "batteries inclu…
-
I'm getting some cursor, which can be empty. Everything works good when I have some rows, but I'm getting next exception when cursor is empty:
Exception 0xc0000005 0x0 0x10 0x52a215c
PC=0x52a215c
…
-
Hi,
I have to use your package with the package [hide.ID](https://github.com/emvi/hide) and I have an error with `Update` and `Delete`. Here is the full error report:
**I use SQLite driver**
``…
vzool updated
5 years ago