Remove redutant package name for import
This commit is contained in:
parent
bacee99c7c
commit
67dd58921d
2
main.go
2
main.go
@ -12,7 +12,7 @@ import (
|
|||||||
|
|
||||||
kingpin "gopkg.in/alecthomas/kingpin.v2"
|
kingpin "gopkg.in/alecthomas/kingpin.v2"
|
||||||
|
|
||||||
config "github.com/jollheef/out-of-tree/config"
|
"github.com/jollheef/out-of-tree/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
func kernelListHandler(kcfg config.KernelConfig) (err error) {
|
func kernelListHandler(kcfg config.KernelConfig) (err error) {
|
||||||
|
2
pew.go
2
pew.go
@ -20,7 +20,7 @@ import (
|
|||||||
"github.com/otiai10/copy"
|
"github.com/otiai10/copy"
|
||||||
"github.com/remeh/sizedwaitgroup"
|
"github.com/remeh/sizedwaitgroup"
|
||||||
|
|
||||||
config "github.com/jollheef/out-of-tree/config"
|
"github.com/jollheef/out-of-tree/config"
|
||||||
qemu "github.com/jollheef/out-of-tree/qemu"
|
qemu "github.com/jollheef/out-of-tree/qemu"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user