Skip to content

Commit

Permalink
fix(zfs-localpv): run goimports on main.go
Browse files Browse the repository at this point in the history
Signed-off-by: cina_pm <[email protected]>
  • Loading branch information
cinapm committed Jun 20, 2024
1 parent eb04d9c commit f8be4da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ package main
import (
"flag"
"fmt"
configs "github.com/openebs/zfs-localpv/pkg/config"
"log"
"os"

configs "github.com/openebs/zfs-localpv/pkg/config"

"github.com/openebs/zfs-localpv/pkg/driver"
"github.com/openebs/zfs-localpv/pkg/version"
zfs "github.com/openebs/zfs-localpv/pkg/zfs"
Expand Down

0 comments on commit f8be4da

Please sign in to comment.