从github中获取godep
git clone https://github.com/tools/godep.git
将godep移动到指定目录
mkdir -p ${GOPATH}/src/github.com/tools/
mv godep ${GOPATH}/src/github.com/tools/godep
cd ${GOPATH}/src/github.com/tools/godep
go install ./ #该命令会将 godep 生成到${GOPATH}/bin 下