victorsteven/Go-JWT-Postgres-Mysql-Restful-API

goorm ? official package ?

Opened this issue · 2 comments

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.