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

Use os.Chmod instead of file.Chmod for compatibility with Windows #482

Closed alexbrand closed 8 years ago

alexbrand commented 8 years ago

Address #481 by using os.Chmod instead of file.Chmod.

freeformz commented 8 years ago

Thanks!