geoGo/utils/provider_set.go

10 lines
100 B
Go

package utils
import (
"github.com/google/wire"
)
var ProviderUtils = wire.NewSet(
NewGormDb,
)