This website works better with JavaScript.
Explore
Help
Sign In
public
/
bilibili-go-common
Watch
1
Star
0
Fork
You've already forked bilibili-go-common
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
1
Branch
0
Tags
34 MiB
Go
89.7%
Starlark
10%
Shell
0.2%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
bilibili-go-common
/
vendor
/
gopkg.in
/
AlecAivazis
/
survey.v1
/
terminal
/
error.go
9 lines
88 B
Raw
Permalink
Blame
History
package
terminal
import
(
"errors"
)
var
(
InterruptErr
=
errors
.
New
(
"interrupt"
)
)
Reference in new issue
Copy Permalink