cwgoes comments

This commit is contained in:
rigelrozanski
2018-05-31 15:49:18 -07:00
parent 89df36e1d4
commit a4e1e497cd
2 changed files with 19 additions and 24 deletions
-2
View File
@@ -76,7 +76,6 @@ func printInfo(info keys.Info) {
printKeyOutput(ko)
case "json":
out, err := MarshalJSON(ko)
//out, err := json.MarshalIndent(kos, "", "\t")
if err != nil {
panic(err)
}
@@ -94,7 +93,6 @@ func printInfos(infos []keys.Info) {
}
case "json":
out, err := MarshalJSON(kos)
//out, err := json.MarshalIndent(kos, "", "\t")
if err != nil {
panic(err)
}