Earlier quoted context omitted.
>mkdir -p ~/go/src/project Where is the mkdir icon on my windows desktop?
I'm not sure what point you're making. It's easy enough to translate my unix shorthand for directory creation into windows instructions...
Windows even has mkdir. I'm not sure if this particular line would work though (-p is the default behavior on Windows; I don't think it would understand the switch).