github.com/sandwich-go/boost@v1.3.29/xdebug/gen_dependency.go (about) 1 // Code generated by tools. DO NOT EDIT. 2 package xdebug 3 4 import "fmt" 5 6 func init() { 7 registerDependency(automaxprocs{}) 8 } 9 10 type automaxprocs struct{} 11 12 func (d automaxprocs) GetPath() string { return "go.uber.org/automaxprocs" } 13 func (d automaxprocs) GetRequireVersion() string { return "v1.5.1" } 14 func (d automaxprocs) WarnString() string { 15 return fmt.Sprintf(`for the best performance, please blank import the package '%s@%s'`, d.GetPath(), d.GetRequireVersion()) 16 }