mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
*: clean up staticcheck problems (#2723)
Fix problems that can be fixed, ignore the ones that don't make sense
This commit is contained in:
committed by
GitHub
parent
efc4483175
commit
29eae8f617
@ -593,7 +593,7 @@ const (
|
||||
StacktraceG
|
||||
)
|
||||
|
||||
// ImportPathToDirectoryPath maps an import path to a directory path.
|
||||
// PackageBuildInfo maps an import path to a directory path.
|
||||
type PackageBuildInfo struct {
|
||||
ImportPath string
|
||||
DirectoryPath string
|
||||
|
||||
Reference in New Issue
Block a user