1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Restore previous Go SDK install command (#1058)

Now that I know why. The additional context to do go get in a project
directory doesn't fit in the format of this page, but it's in the
Quickstart update.
This commit is contained in:
Andrea Longo
2023-11-02 07:15:15 -06:00
committed by GitHub
parent 31db10bcf9
commit 6d2ecc2b8a

View File

@ -34,10 +34,11 @@ Quickstart Guide: :doc:`/developers/go/minio-go`
Reference: :doc:`/developers/go/API`
Download from GitHub
.. code-block:: shell
:class: copyable
go install github.com/minio/minio-go/v7@latest
go get github.com/minio/minio-go/v7
.. _python-sdk: