Fixed lint errors

pull/4780/head
Marek Schwarz 2019-08-08 23:21:05 +02:00
parent f0dd5a7e35
commit 229c9b7ee9
2 changed files with 5 additions and 3 deletions

View File

@ -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 {

View File

@ -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) {