mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 12:59:01 +08:00
Move top-level packages into pkg
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user