6 lines
90 B
Go
6 lines
90 B
Go
package config
|
|
|
|
import "github.com/google/wire"
|
|
|
|
var ProviderSet = wire.NewSet(NewConfig)
|