dst
dst copied to clipboard
Why the interface `dst.Node` remove the mth `Pos()` and `End()` from `ast.Node` ?
it is hard to move the existed code based on go/ast
to dst
.
The position of the node is just the position in the input file. As soon as the dst is modified, this would be incorrect...