feed the linter
This commit is contained in:
@@ -4,8 +4,10 @@ import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var ErrInterrupt = errors.New("Interrupt")
|
||||
var ErrNewLineDetected = errors.New("new line detected")
|
||||
var (
|
||||
ErrInterrupt = errors.New("Interrupt")
|
||||
ErrNewLineDetected = errors.New("new line detected")
|
||||
)
|
||||
|
||||
type InterruptError struct {
|
||||
Line []rune
|
||||
|
||||
Reference in New Issue
Block a user