Fixed lint errors
parent
f0dd5a7e35
commit
229c9b7ee9
pkg/minikube/cluster
|
@ -17,12 +17,13 @@ limitations under the License.
|
|||
package cluster
|
||||
|
||||
import (
|
||||
"io/ioutil"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/docker/machine/libmachine/host"
|
||||
"github.com/pkg/errors"
|
||||
"io/ioutil"
|
||||
"k8s.io/minikube/pkg/minikube/constants"
|
||||
"k8s.io/minikube/pkg/minikube/machine"
|
||||
"path/filepath"
|
||||
)
|
||||
|
||||
type Machine struct {
|
||||
|
|
|
@ -18,10 +18,11 @@ package cluster
|
|||
|
||||
import (
|
||||
"io/ioutil"
|
||||
"k8s.io/minikube/pkg/minikube/constants"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"testing"
|
||||
|
||||
"k8s.io/minikube/pkg/minikube/constants"
|
||||
)
|
||||
|
||||
func TestListMachines(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue