Created
April 15, 2022 09:10
-
-
Save Develp10/d307b450b463f40747cb1d6501327c4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package products | |
import ( | |
"gorm.io/gorm" | |
) | |
type handler struct { | |
DB *gorm.DB | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment