Rename helper dir

This commit is contained in:
Derek Parker
2014-10-14 09:50:23 -05:00
parent 1760022895
commit fa0092ac74
3 changed files with 2 additions and 2 deletions

View File

@ -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"
) )

View File

@ -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"
) )