package tools_regis import ( "github.com/google/wire" ) var ProviderToolsRegis = wire.NewSet( NewToolsRegis, )