bvk
[svn42.git] / go / r3events / basicevents.go
index 9877598..f2ccc62 100644 (file)
@@ -59,9 +59,9 @@ type RelativeHumiditySensorUpdate struct {
 }
 
 type NetDHCPACK struct {
-    Mac String
-    IP String
-    Name String
+    Mac string
+    IP string
+    Name string
     Ts int64
 }