mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 20:20:40 +08:00
*: modernize codebase with newer syntax / helpers (#4110)
Changes came from running https://pkg.go.dev/golang.org/x/tools/gopls/internal/analysis/modernize on the codebase.
This commit is contained in:
@ -255,7 +255,7 @@ func (t *linuxLOONG64Thread) ThreadID() int {
|
||||
type note struct {
|
||||
Type elf.NType
|
||||
Name string
|
||||
Desc interface{} // Decoded Desc from the
|
||||
Desc any // Decoded Desc from the
|
||||
}
|
||||
|
||||
// readNotes reads all the notes from the notes prog in core.
|
||||
|
||||
Reference in New Issue
Block a user