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

@ -2,7 +2,7 @@ package main
import (
"github.com/derekparker/delve/cmd/dlv/cmds"
"github.com/derekparker/delve/version"
"github.com/derekparker/delve/pkg/version"
)
// Build is the git sha of this binaries build.