mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
*: Change comments to match common Go standarts (#3221)
This commit is contained in:
@ -64,7 +64,7 @@ type RecordingManipulation interface {
|
||||
// Recorded returns true if the current process is a recording and the path
|
||||
// to the trace directory.
|
||||
Recorded() (recorded bool, tracedir string)
|
||||
// Direction changes execution direction.
|
||||
// ChangeDirection changes execution direction.
|
||||
ChangeDirection(Direction) error
|
||||
// GetDirection returns the current direction of execution.
|
||||
GetDirection() Direction
|
||||
|
||||
Reference in New Issue
Block a user