Versions in this module Expand all Collapse all v0 v0.0.1 Nov 2, 2019 Changes in this version + type Refactor struct + func NewRefactor(before, after string) (*Refactor, error) + func (r *Refactor) Apply(code string) (string, error) + func (r *Refactor) Prepare() error