tcp-shaker/event.go

7 lines
55 B
Go

package tcp
type event struct {
Fd int
Err error
}