英文: How to make client open save file dialog when downloading a file 问题 我希望浏览器在用户点击下载文件按钮时,显示或打开一个文件...
Can I run a Go web server with HTML/JavaScript UI as a cross platform application (Linux, Android, iOS, macOS, Windows)
英文: Can I run a Go web server with HTML/JavaScript UI as a cross platform application (Linux, Androi...
用户 cookie 验证随机失败
英文: User cookie verification fails randomly 问题 我正在使用两个结构体来保存用户信息: // SecureDevice保存用户设备的信息 type Secu...
JWT密钥无效
英文: JWT key is invalid 问题 我正在使用这个示例https://www.youtube.com/watch?v=eVlxuST7dCA来创建一个jwt认证。当我运行下面的代码时,...
如何检查数百或数千个 API 端点的身份验证?
英文: How to check authentication for hundreds and thousands of API endpoints? 问题 我目前正在使用Golang(使用Gori...
Golang在结构体属性的首字母上使用小写。
英文: Golang using lowercase for first letter in Struct property 问题 我有一个关于Golang视图模板的问题,我目前在结构体属性中使用小写...
Golang路由不起作用
英文: Golang route not working 问题 我刚刚开始学习Go语言,并计划托管至少两个网站,所以我选择使用Mux来通过“过滤”域名来显示不同的路由。每当我尝试访问我的主路由时,它都...
Match regexp email in website in go
英文: Match regexp email in website in go 问题 我尝试在Goland中使用包含URL的文件来查找网站中的电子邮件匹配项。例如,如果我在文件中输入"htt...
如何在Google App Engine中使用Gin-gonic中间件?
英文: How to use Gin-gonic middleware with Google App Engine? 问题 我正在使用Gin-Gonic在Google App Engine平台上开发...
Golang http: 多次调用 response.WriteHeader
英文: Golang http: multiple response.WriteHeader calls 问题 所以我目前正在为我的Go Web应用编写登录和注册功能,我试图实现一个功能,即如果您没有...
21