Closed eyberg closed 9 years ago
right now it's
begin := fset.Position(stmt.Lparen).Line
should have a corollary or use something like
end := fset.Position(stmt.Rparen).Line
affects both before/after - need to keep track of parent nodes position
fmt.Println("some stuff" + strconv.Itoa(2)) + "and some other stuff" + strconv.Itoa(42))
right now it's
should have a corollary or use something like