@@ -57,7 +57,7 @@ func prettyPrintJSON(json map[string]interface{}) {
}
sort.Strings(jsonKeys)
for _, k := range jsonKeys {
- value := ""
+ var value string
rvalue := remap[k]
switch rvalue.(type) {
case int, int16, int32, int64, uint, uint16, uint32, uint64, float32, float64: