英文: Is there no migration file at all in GORM? 问题 如果我使用GORM,就没有迁移文件吗?到目前为止,根据我的了解,我在谷歌和搜索中没有找到关于GORM...
无法在Mac系统上使用GoLang安装Beego框架。
英文: Unable to install Beego framwork with GoLang on mac system 问题 我是你的中文翻译助手,以下是翻译好的内容: 我是Go Lang的新手...
在GORM中使用SQL的IIF函数是否可行?
英文: Is it possible to use SQL IIF function in GORM? 问题 我有一个用于作业的表格,一个用于解决方案的表格,还有一个用于学生的表格。 我想检索所有的作...
Golang curve25519公钥生成器
英文: Golang curve25519 pubkey generator 问题 我正在尝试实现curve25519算法用于公钥生成。但是我在如何从Go中的sha256编码字符串生成公钥方面遇到了困...
eko gocache for redis :: store.RedisStore没有实现store.StoreInterface接口
英文: eko gocache for redis :: store.RedisStore does not implement store.StoreInterface 问题 我正在使用这个库htt...
Golang gorm 加入第二个表的数据现在已经到来。
英文: Golang gorm join 2nd table data's now coming 问题 我是你的中文翻译助手,以下是翻译好的内容: 我是Golang的新手,请假设我有以下两个模...
golang-migrate – 如果数据库有更新的迁移版本,则跳过迁移。
英文: golang-migrate - skip migrations if DB has newer migration version 问题 我有一个场景,如果我回滚到应用程序的先前版本,迁移步...
How to do Migration using golang-migrate
英文: How to do Migration using golang-migrate 问题 我有一个使用golang-migrate/migrate和PostgreSQL数据库的简单应用程序。然而...
每隔5分钟使用gocron执行程序。
英文: Execute the program every 5 minutes with gocron 问题 我需要以五分钟的间隔连续运行我的Go程序。 我尝试使用gocron,但程序没有输出。 fu...
如何对这种类型的Go语言进行排序。
英文: how to sort this type go lang 问题 以下是翻译好的内容: type sSortdata struct { Key string `json:"key...
4