Go-JWT-Postgres-Mysql-Restful-API
Go-JWT-Postgres-Mysql-Restful-API copied to clipboard
goorm ? official package ?
I see you import "github.com/jinzhu/gorm" and not gorm.io/gorm
It is the same ?
Thanks
github.com/jinzhu/gorm is still valid. That was where the package was first released. Have you tried visiting gorm.io/gorm?
when one uses gorm.io/gorm, your codes keep breaking.