Skip to content

Instantly share code, notes, and snippets.

@mehmetcemyucel
Created April 28, 2022 14:44
Show Gist options
  • Select an option

  • Save mehmetcemyucel/11c1a7fa1681c55db90d8d96bf5f3c2e to your computer and use it in GitHub Desktop.

Select an option

Save mehmetcemyucel/11c1a7fa1681c55db90d8d96bf5f3c2e to your computer and use it in GitHub Desktop.
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