cppforlife / go-patch

MIT License
22 stars 14 forks source link

Add basic copy operation. #16

Open jmcarp opened 6 years ago

jmcarp commented 6 years ago

Based on suggestions in #5, this implements a very simple copy operation by combining existing find and replace operations. We can talk about adding more options, like sub-operations to be applied before copying, but I think this is a reasonable place to start.

cc @cppforlife @dsabeti @dpb587-pivotal @anEXPer