Files
jira/vendor/gopkg.in/AlecAivazis/survey.v1/terminal/error.go
T
2017-09-06 11:35:00 -07:00

10 lines
88 B
Go

package terminal
import (
"errors"
)
var (
InterruptErr = errors.New("interrupt")
)