1
0
forked from rfa/radioweb
2019-04-04 20:57:13 +02:00

8 lines
87 B
Go

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