Wrappers-related refactoring. Also made lint.Context API more incapsulated to avoid breaking changes after announcement.
该提问来源于开源项目:go-critic/go-critic
Wrappers-related refactoring. Also made lint.Context API more incapsulated to avoid breaking changes after announcement.
该提问来源于开源项目:go-critic/go-critic
Moved from func(*ast.File) to astwalk.FileWalker interface.
All walkers can walk files, but do it in their own way.