mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-09-04 00:28:05 -05:00
10 lines
88 B
Go
10 lines
88 B
Go
|
|
package terminal
|
||
|
|
|
||
|
|
import (
|
||
|
|
"errors"
|
||
|
|
)
|
||
|
|
|
||
|
|
var (
|
||
|
|
InterruptErr = errors.New("interrupt")
|
||
|
|
)
|