MinIO Go Client - import error

I dowloaded MinIO Go Client from github by the command GO111MODULE=on go get github.com/minio/minio-go/v6. There were no erors and I found it on C:\Users\andre\go\pkg\mod\github.com\minio.

How should I import (use) it in project? When I imported it like import "github.com/minio/minio-go/v6" I get error in VSCode

cannot find package "github.com/minio/minio-go/v6" in any of:
c:\go\src\github.com\minio\minio-go\v6 (from $GOROOT)
C:\Users\andre\go\src\github.com\minio\minio-go\v6 (from $GOPATH)

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.