Skip to content

Commit

Permalink
Fix goimport static check
Browse files Browse the repository at this point in the history
Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 committed Jan 4, 2019
1 parent 5afc157 commit a0eddc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/csi-provisioner/csi-provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ package main
import (
goflag "flag"
"fmt"
flag "github.com/spf13/pflag"
"math/rand"
"os"
"strconv"
"strings"
"time"

flag "github.com/spf13/pflag"

"github.com/golang/glog"

ctrl "github.com/kubernetes-csi/external-provisioner/pkg/controller"
Expand All @@ -38,7 +40,6 @@ import (
"k8s.io/client-go/kubernetes"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
"strings"

utilfeature "k8s.io/apiserver/pkg/util/feature"
utilflag "k8s.io/apiserver/pkg/util/flag"
Expand Down

0 comments on commit a0eddc8

Please sign in to comment.