first version
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package melody
|
||||
|
||||
type envelope struct {
|
||||
t int
|
||||
msg []byte
|
||||
filter filterFunc
|
||||
}
|
||||
Reference in New Issue
Block a user