I was given source code with a Godeps/Godeps.json file. From what I understand is I need to get my dependancies into ...project_folder/Godeps/_workspace/src.
My Go Path: /users/me/work
I used godep restore which downloaded all the dependancies to /users/me/work/src
Am I supposed to manipulate to the GoPATH so that godep restore puts it where I want? Or do I need to manually copy it after? Or am I just using the wrong command?