#Find and install all required packages recursively for a project # -u : To update any existing package # -v : Verbose go get -u -v ./...