proc: whitespace/import cleanup

This commit is contained in:
Derek Parker 2016-03-14 09:40:24 -07:00
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"