in pkg/grept_plan.go [46:51]
func newPlan(c *GreptConfig) *GreptPlan { return &GreptPlan{ c: c, Fixes: make(map[string]Fix), } }