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