Go-JWT-Postgres-Mysql-Restful-API icon indicating copy to clipboard operation
Go-JWT-Postgres-Mysql-Restful-API copied to clipboard

goorm ? official package ?

Open Paul75 opened this issue 4 years ago • 2 comments

I see you import "github.com/jinzhu/gorm" and not gorm.io/gorm

It is the same ?

Thanks

Paul75 avatar Dec 11 '20 16:12 Paul75

github.com/jinzhu/gorm is still valid. That was where the package was first released. Have you tried visiting gorm.io/gorm?

victorsteven avatar Jan 14 '21 18:01 victorsteven

when one uses gorm.io/gorm, your codes keep breaking.

vcnwafor avatar Oct 20 '22 12:10 vcnwafor