@if [ ! -d ${MINIOPATH}];thenecho"Project not found in $GOPATH, please follow instructions provided at https://github.com/Minio-io/minio/blob/master/CONTRIBUTING.md#setup-your-minio-github-repository"&&exit 1;fi
@for mcpath in $(echo${GOPATH}| sed 's/:/\n/g'| grep -v Godeps);doif[ ! -d ${mcpath}/src/github.com/minio-io/minio];thenecho"Project not found in ${mcpath}, please follow instructions provided at https://github.com/Minio-io/minio/blob/master/CONTRIBUTING.md#setup-your-minio-github-repository"&&exit 1;fidone
getdeps:checkdepscheckgopath
getdeps:checkdepscheckgopath
@go get github.com/minio-io/godep &&echo"Installed godep:"
@go get github.com/minio-io/godep &&echo"Installed godep:"