9 lines
90 B
Go
9 lines
90 B
Go
package exhibit
|
|
|
|
const (
|
|
EventCtrC = Event(3)
|
|
Eventq = Event(113)
|
|
)
|
|
|
|
type Event byte
|