proc: whitespace/import cleanup
This commit is contained in:
parent
59ef8a7a71
commit
82e3939cf9
@ -4,7 +4,6 @@ import (
|
||||
"debug/gosym"
|
||||
"errors"
|
||||
"fmt"
|
||||
"golang.org/x/debug/elf"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"os/exec"
|
||||
@ -15,6 +14,8 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"golang.org/x/debug/elf"
|
||||
|
||||
sys "golang.org/x/sys/unix"
|
||||
|
||||
"github.com/derekparker/delve/dwarf/frame"
|
||||
|
Loading…
Reference in New Issue
Block a user