diff --git a/hid/hid_xdr.go b/hid/hid_xdr.go index 61f468c..a1a217e 100644 --- a/hid/hid_xdr.go +++ b/hid/hid_xdr.go @@ -12,5 +12,5 @@ import ( var file []byte func init() { - xdr.Unmarshal(bytes.NewReader(file), Mappings) + xdr.Unmarshal(bytes.NewReader(file), &Mappings) }