1
0
Fork 0

Remove redutant package name for import

timestamps
dump_stack() 2018-11-17 20:20:36 +00:00
parent bacee99c7c
commit 67dd58921d
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import (
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) {

2
pew.go
View File

@ -20,7 +20,7 @@ import (
"github.com/otiai10/copy"
"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"
)