mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
*: Misc refactors, and doc additions
Refactors some code, adds a bunch of docstrings and just generally fixes a bunch of linter complaints.
This commit is contained in:
committed by
Alessandro Arzilli
parent
4fea15832f
commit
c3f50742b9
@ -30,7 +30,7 @@ func fakeBinaryInfo(t *testing.T, dwb *dwarfbuilder.Builder) *proc.BinaryInfo {
|
||||
bi := proc.NewBinaryInfo("linux", "amd64")
|
||||
bi.LoadFromData(dwdata, frame, line, loc)
|
||||
|
||||
return &bi
|
||||
return bi
|
||||
}
|
||||
|
||||
// fakeMemory implements proc.MemoryReadWriter by reading from a byte slice.
|
||||
|
||||
Reference in New Issue
Block a user