-
after execute this cmd:GO111MODULE=on go run *.go
I got these errors:
```
(base) HwHiAiUser@ubuntu16-f0607-2u:~/project_xzc/RTSPtoWebRTC$ GO111MODULE=on go run *.go
config.go:15:2: cannot find pac…
-
Hi, i have written a little package to provide gin handler from graphql schema with multipart request support. Here's the repo link - [https://github.com/asif-mahmud/graphqlgin](https://github.com/asi…
-
## Description
If you forget to import a template, you get a panic - shouldn't this be caught and a useful message printed to the console? (at least in debug mode)
## How to reproduce
```
…
-
see examples for API usage ?????
with a empty document official website ???
and go.dev with only usage of every function, and no overview ??
-
**例行检查**
[//]: # (方框内删除已有的空格,填 x 号)
+ [x] 我已确认目前没有类似 issue
+ [x] 我已确认我已升级到最新版本
+ [x] 我已完整查看过项目 README,已确定现有版本无法满足需求
+ [x] 我理解并愿意跟进此 issue,协助测试和提供反馈
+ [x] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue…
-
Hi, I followed your instructions and set all the configurations, but when I run ./GADS provider --nickname Provider1 --hub http://127.0.0.1:10000 --mongo-db=127.0.0.1:27017 --log-level debug, the term…
-
以下是报错信息
2021-05-28 06:00:14.125715 I | process id: 24402
2021-05-28 06:00:14.125732 I | GOMAXPROCS :8
2021-05-28 06:00:14.125738 I | source mysql(192.168.0.31:3306)
2021-05-28 06:00:14.125746 I |…
-
- go version: 1.10
- gin version (or commit ref): 1.3.0
- operating system:debian
## Description
Hi, I get the following crash if I use a copied context (inside a goroutine) and I try to start…
ghost updated
5 years ago
-
This package appears as the top search result on Google for `gin gonic cors`, but has a number of trouble spots that make it hard to use correctly the first time. I'm sure there's a good reason for t…
dzrw updated
8 months ago
-
main.go:
```
package main
import (
"log"
"net/http"
"github.com/gin-gonic/autotls"
"github.com/gin-gonic/gin"
)
func main() {
r := gin.Default()
// Ping handler
r.GET("/ping…