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