Skip to content

Instantly share code, notes, and snippets.

@Develp10
Created April 15, 2022 08:47
Show Gist options
  • Select an option

  • Save Develp10/06fc09cd769980a2e6bc5b08ed3c20a0 to your computer and use it in GitHub Desktop.

Select an option

Save Develp10/06fc09cd769980a2e6bc5b08ed3c20a0 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