mirror of
https://github.com/yudai/gotty.git
synced 2025-09-22 05:50:48 +02:00
Refactor
This commit is contained in:
parent
54403dd678
commit
a6133f34b7
54 changed files with 2140 additions and 1334 deletions
10
webtty/errors.go
Normal file
10
webtty/errors.go
Normal file
|
@ -0,0 +1,10 @@
|
|||
package webtty
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrSlaveClosed = errors.New("slave closed")
|
||||
ErrMasterClosed = errors.New("master closed")
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue