This website requires JavaScript.
Explore
Help
Sign In
Git
/
gitea-tea
mirror of
https://gitea.com/gitea/tea.git
Watch
1
Star
0
Fork
You've already forked gitea-tea
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4a11cf455f
gitea-tea
/
vendor
/
github.com
/
AlecAivazis
/
survey
/
v2
/
terminal
/
error.go
10 lines
88 B
Go
Raw
Blame
History
package
terminal
import
(
"errors"
)
var
(
InterruptErr
=
errors
.
New
(
"interrupt"
)
)
Reference in New Issue
View Git Blame
Copy Permalink