Created
April 15, 2022 08:47
-
-
Save Develp10/06fc09cd769980a2e6bc5b08ed3c20a0 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