tools / godep

dependency tool for go
http://godoc.org/github.com/tools/godep
BSD 3-Clause "New" or "Revised" License
5.54k stars 455 forks source link

Preserve permissions when copying #476

Closed freeformz closed 8 years ago

freeformz commented 8 years ago

Set the file perimissions based on the permissions of the source file. Particularly useful for copying the x bit

Fixes #404