Skip to content

Instantly share code, notes, and snippets.

@Develp10
Created April 15, 2022 09:10
Show Gist options
  • Save Develp10/d307b450b463f40747cb1d6501327c4d to your computer and use it in GitHub Desktop.
Save Develp10/d307b450b463f40747cb1d6501327c4d to your computer and use it in GitHub Desktop.
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