英文: Bugsnag is throwing invalid api key: '' error 问题 我正在使用go v1.19构建一个go应用程序。我已经在Linux操作系统中使...
在Golang中将来自标头的traceId添加到发送到Loki服务器的日志中。
英文: Adding traceId from header to logs sent to Loki server in Golang 问题 我有一个名为LokiLogs的函数,它将日志发送到Lok...
将Gin运行在其他端口上。
英文: Make Gin run on some other port 问题 我在我的main.go文件中有以下内容: package main import ( "github.com/gi...
使用Go语言上传Azure的Blob。
英文: upload blobs with go - azure 问题 我正在构建一个使用Go和Gin编写的API,用于将Blob上传到Azure Storage。以下是代码: package mai...
如何在Gin中编写一个GET端点,允许用户以JSON格式下载文件和元数据?
英文: How to write a GET endpoint in Gin that lets the user download a file + metadata in json format?...
GoLang自定义包导入问题
英文: GoLang custom package import issue 问题 我正在学习Go语言,并遇到了一个问题。 我使用go mod init main命令创建了mod文件。 接下来,我创建...
Golang gin接收JSON数据和图片。
英文: Golang gin receive json data and image 问题 我有一个请求处理程序的代码: func (h *Handlers) UpdateProfile() gin....
如何从在golang中导入的包中接收到的结构体中删除特定的项?
英文: How to remove certain items from a struct received from an imported package in golang? 问题 我正在从一个...
无法从主域名访问子域名:没有’Access-Control-Allow-Origin’。
英文: failed to access subdomain from main domain: No 'Access-Control-Allow-Origin' 问题 版本 go 1...
在Cloud Run中找不到默认凭据。
英文: Cannot find default credentials in Cloud Run 问题 我正在编写一个使用Postgres方言与Cloud Spanner通信的程序。我的应用程序是一个...
26