Move top-level packages into pkg

This commit is contained in:
Derek Parker
2017-02-08 08:00:44 -08:00
parent 26ad5f1d82
commit 53f0d24057
83 changed files with 53 additions and 52 deletions

View File

@ -11,9 +11,9 @@ import (
"testing"
"time"
protest "github.com/derekparker/delve/proc/test"
protest "github.com/derekparker/delve/pkg/proc/test"
"github.com/derekparker/delve/proc"
"github.com/derekparker/delve/pkg/proc"
"github.com/derekparker/delve/service"
"github.com/derekparker/delve/service/api"
"github.com/derekparker/delve/service/rpc1"