aboutsummaryrefslogtreecommitdiff
path: root/inform/codec.go
diff options
context:
space:
mode:
Diffstat (limited to 'inform/codec.go')
-rw-r--r--inform/codec.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/inform/codec.go b/inform/codec.go
index e74c3d7..e5c9296 100644
--- a/inform/codec.go
+++ b/inform/codec.go
@@ -8,7 +8,7 @@ import (
8) 8)
9 9
10type Codec struct { 10type Codec struct {
11 // KeyBag contains a mapping of comma-separated MAC addresses to their AES 11 // KeyBag contains a mapping of colon-separated MAC addresses to their AES
12 // keys 12 // keys
13 KeyBag map[string]string 13 KeyBag map[string]string
14} 14}