For example, the calls to exec.CommandO that shell out to various things may or may not work in Windows environments.
In order of likely compatibility, from "best" to "worst" (haven't yet tested so these are guesses):
- Git will likely work on Windows fine once it's installed
cp may not work OOTB in stock Windows environments, but it's reasonably common via MinGW/GoW/etc.
- Shelling out to
sh to call the $EDITOR is likely to fail on stock Windows