From 8afcf7be72ae6d4aa17ad3b5449b874df2d92003 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Mon, 2 Sep 2019 22:17:38 -0700 Subject: [PATCH] Fix documentation on minio-go download (#1155) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73818001db..810a93941c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This document assumes that you have a working [Go development environment](https ## Download from Github ```sh -go get -u github.com/minio/minio-go +GO111MODULE=on go get github.com/minio/minio-go/v6 ``` ## Initialize MinIO Client