8 lines
96 B
Go
8 lines
96 B
Go
package core
|
|
|
|
type LastFindCommand struct {
|
|
Char string
|
|
Forward bool
|
|
Inclusive bool
|
|
}
|