mirror of
https://github.com/minio/docs.git
synced 2025-08-06 14:42:56 +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:
@@ -34,10 +34,11 @@ Quickstart Guide: :doc:`/developers/go/minio-go`
|
|||||||
Reference: :doc:`/developers/go/API`
|
Reference: :doc:`/developers/go/API`
|
||||||
|
|
||||||
Download from GitHub
|
Download from GitHub
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
:class: copyable
|
:class: copyable
|
||||||
|
|
||||||
go install github.com/minio/minio-go/v7@latest
|
go get github.com/minio/minio-go/v7
|
||||||
|
|
||||||
|
|
||||||
.. _python-sdk:
|
.. _python-sdk:
|
||||||
|
Reference in New Issue
Block a user