英文: GO - Gin/Gorm/Postgresql - Create a foreignKey with "has one" association 问题 我已阅读文档(ht...
基于头部的版本控制在Golang中的实现
英文: Header-based versioning on golang 问题 我想在Go语言中使用gin实现基于头部的版本控制。我打算在路由器上使用中间件函数来实现这个功能。 客户端将调用相同的A...
Custom UnmarshalJSON for custom time format returning this {0 63082400645 <nil>} instead of time with ShouldBindJSON from Gin gonic
英文: Custom UnmarshalJSON for custom time format returning this {0 63082400645 <nil>} instead o...
尝试使用Golang和GraphQL查询Neo4j数据库时出现错误。
英文: Error when trying to query neo4j database using golang and graphql 问题 我尝试使用neo4j数据库创建一个简单的graphq...
如何在Go中从AWS S3下载对象到内存并通过请求发送它?
英文: How to download object from AWS S3 into memory and send it via request in Go? 问题 有人可以帮我解决我在尝试从S3...
'go mod init example.com/m' to initialize a v0 or v1 module
英文: 'go mod init example.com/m' to initialize a v0 or v1 module 问题 我正在学习https://youtu.be/ma7...
在使用Go语言的gin和gorm发送请求时出现错误。
英文: Error while sending request in Go with gin and gorm 问题 我最近开始学习Go,并决定使用gorm和gin创建一个简单的CRUD后端。我已经实...
How can I release my api for anyone to consume?
英文: How can I release my api for anyone to consume? 问题 我有一个使用Go、Gin和libpq构建的服务器,我的前端正在尝试调用API,但是出现了错...
Gin无法渲染继承的模板结构。
英文: Gin not rendering inherited template structure 问题 我有一个应用程序,其中我尝试使用从基本布局派生的多个模板。 当应用程序启动时,模板加载正常,...
如何对gin处理程序进行单元测试以正确验证URI参数?
英文: How to unit test gin handlers for correct validation of uri params? 问题 我需要测试一组具有依赖关系的gin处理程序。我已经...
26