Created
April 28, 2022 14:44
-
-
Save mehmetcemyucel/11c1a7fa1681c55db90d8d96bf5f3c2e 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 entity | |
| import "gorm.io/gorm" | |
| type Example struct { | |
| gorm.Model | |
| Name string | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment