mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
Rename helper dir
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
"syscall"
|
||||
"testing"
|
||||
|
||||
"github.com/derekparker/dbg/_helper"
|
||||
"github.com/derekparker/dbg/helper"
|
||||
"github.com/derekparker/dbg/proctl"
|
||||
)
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ import (
|
||||
"syscall"
|
||||
"testing"
|
||||
|
||||
"github.com/derekparker/dbg/_helper"
|
||||
"github.com/derekparker/dbg/helper"
|
||||
"github.com/derekparker/dbg/proctl"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user