英文: Get a single item from the query Firestore 问题 我正在尝试使用Golang从Firestore Firebase获取单个文档。我知道如果有一个id,...
无法导入Go包。
英文: Not able to import Go packages 问题 我想使用这个包:github.com/go-sql-driver/mysql 我尝试了以下命令: go get -u git...
Navigate to Interface from Implementing Struct in GoLand
英文: Navigate to Interface from Implementing Struct in GoLand 问题 Go本身没有任何明确的方法来指定接口名称与实现的关联。 但是像GoLan...
将图像上传到MinIO
英文: Upload image to MinIO 问题 我想将格式为.png的图像上传到MinIo。但是我遇到了找不到目录的错误。 错误:打开/sensors/download (1).png:没有...
Differentiate between "No Key" and "No Values" while deserialising/unmarshalling a Yaml list to Golang struct
英文: Differentiate between "No Key" and "No Values" while deserialising/unmarshal...
使用 Electron 14 与 gRPC
英文: Using gRPC with Electron 14 问题 我继承了一个使用Go语言编写的Web应用程序,它使用gRPC和协议缓冲区与Angular 8前端进行通信。旧的开发者使用Wails...
在Go语言模板中使用null.Time值。
英文: Use null.Time values in a golang template 问题 我正在使用gopkg.in/guregu/null.v4从Postgres数据库中获取一些数据,结果返...
如何在特定路径上提供Go服务?
英文: How to serve Go on a particular path? 问题 如何将服务器的默认URL更改为http://localhost:8000/api,而不是http:localh...
如何在Windows上使用Go加载GL函数?
英文: How do I get gl functions to load in go on windows? 问题 我正在尝试在Windows上使用go-gl,但加载gl函数时似乎出了问题。以下是我...
使用兼容接口进行Go恐慌界面转换
英文: Go panic interface conversion with a compatible interface 问题 我遇到了一个无法解决的问题已经几个小时了。我需要从一个以太坊智能合约调...
2905


