tools / godep

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

godep restore doesn't seem to restore files #315

Open jmhodges opened 9 years ago

jmhodges commented 9 years ago

Deleting or editing files in a vendored github package (in a git repo) and then running git restore doesn't return those files to their original state.

freeformz commented 9 years ago

I'm not sure I follow. Do you mean editing files in <proj>/Godeps/_workspace/src/..?