Versions in this module Expand all Collapse all v1 v1.1.0 Oct 30, 2024 Changes in this version + type DeprecatedFunc struct + Alternative string + End token.Position + Function string + Package string + Start token.Position + type DeprecatedFuncChecker struct + func NewDeprecatedFuncChecker() *DeprecatedFuncChecker + func (d *DeprecatedFuncChecker) Check(filename string, node *ast.File, fset *token.FileSet) ([]DeprecatedFunc, error) + func (d *DeprecatedFuncChecker) Register(pkgName, funcName, alternative string) + type PkgFuncMap map[string]map[string]string