Sean Braithwaite 5b880fbcff cleanup events
2019-08-08 15:53:02 +02:00

5 lines
55 B
Go

package v2
type Event interface{}
type Events []Event