reorder imports

pull/227/head
iwilltry42 5 years ago
parent 937f422b51
commit f92b0f115c
  1. 2
      cmd/root.go

@ -25,11 +25,11 @@ import (
"os"
"strings"
"github.com/rancher/k3d/cmd/get"
"github.com/spf13/cobra"
"github.com/rancher/k3d/cmd/create"
"github.com/rancher/k3d/cmd/delete"
"github.com/rancher/k3d/cmd/get"
homedir "github.com/mitchellh/go-homedir"
"github.com/spf13/viper"

Loading…
Cancel
Save