robfig / glock

MIT License
230 stars 27 forks source link

Outdated reference to godep -save=false in README.md / Overview #22

Closed dmitris closed 9 years ago

dmitris commented 9 years ago

Overview in README.md says: Glock is similar to "godep -copy=false". However, godep no longer supports the -copy=false parameter:

$ godep save -copy=false
godep: flag unsupported: -copy=false
Usage: godep save [-r] [packages]

Run 'godep help save' for help.

See also:

It would be good to update the overview (possibly just remove the sentence and reference to godep).

robfig commented 9 years ago

Thanks for the note!