1
0
forked from lug/matterbridge

8 lines
87 B
Go

package melody
type envelope struct {
t int
msg []byte
filter filterFunc
}