mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
Move top-level packages into pkg
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
"strconv"
|
||||
"unicode"
|
||||
|
||||
"github.com/derekparker/delve/proc"
|
||||
"github.com/derekparker/delve/pkg/proc"
|
||||
)
|
||||
|
||||
var NotExecutableErr = proc.NotExecutableErr
|
||||
|
||||
Reference in New Issue
Block a user