Enable registering raw events

Fixes #1821
This commit is contained in:
Zachary Yedidia
2020-08-11 14:36:58 -04:00
parent 1e83e666fb
commit 352f57cf11
3 changed files with 20 additions and 13 deletions

View File

@@ -5,3 +5,7 @@ const (
)
var Bindings map[string]string
func init() {
Bindings = make(map[string]string)
}