*: Change comments to match common Go standarts (#3221)

This commit is contained in:
Oleksandr Redko
2022-12-14 18:56:07 +02:00
committed by GitHub
parent 753cb4cc3b
commit 9523849883
10 changed files with 17 additions and 17 deletions

View File

@ -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