Versions in this module Expand all Collapse all v1 v1.2.0 Jul 21, 2022 Changes in this version + type CodeMod struct + Pkg string + WorkingDir string + func NewCodeMod(wd, pkg string) *CodeMod + func (cm *CodeMod) Apply(ctx context.Context) error + func (cm *CodeMod) Name() string