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

Move pkg/probe from vendor dir to package dir (#2236)

The probe package is no longer available in the Minio server
repo. This change just moves probe from the vendor directory to its
own dir under `pkg`.

This is a maintenance fix.
This commit is contained in:
Aditya Manthramurthy
2017-08-14 23:43:38 +05:30
committed by Dee Koder
parent 60681d7fb6
commit ca96cfc6e6
59 changed files with 59 additions and 64 deletions

View File

@ -21,7 +21,7 @@ import (
"fmt"
"strings"
"github.com/minio/minio/pkg/probe"
"github.com/minio/mc/pkg/probe"
)
var (