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:
@ -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:
|
||||
|
Reference in New Issue
Block a user