Skip to content

Commit

Permalink
importにパッケージを明記
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Jan 19, 2025
1 parent 20c9e2e commit cad27d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/drivers/mc/mc.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"

"github.com/joho/godotenv"
"github.com/minio/minio-go/v7"
minio "github.com/minio/minio-go/v7"
"github.com/minio/minio-go/v7/pkg/credentials"
)

Expand Down
2 changes: 1 addition & 1 deletion api/externals/repository/object_upload_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"mime/multipart"

"github.com/NUTFes/FinanSu/api/drivers/mc"
"github.com/minio/minio-go/v7"
minio "github.com/minio/minio-go/v7"
)

type objectUploadRepository struct {
Expand Down

0 comments on commit cad27d3

Please sign in to comment.