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