From 1321010d6f2996abd47802f29b24d1ab73d288c8 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Sun, 18 Dec 2016 14:31:37 -0500 Subject: [PATCH] Changed comment. The utility can be used to sort any map[string]float64 by value, and not just availablePower. --- utilities/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/utils.go b/utilities/utils.go index c53df74..0421c4a 100644 --- a/utilities/utils.go +++ b/utilities/utils.go @@ -7,7 +7,7 @@ The Pair and PairList have been taken from google groups forum, https://groups.google.com/forum/#!topic/golang-nuts/FT7cjmcL7gw */ -// Utility struct that helps in sorting the available power by value. +// Utility that helps in sorting a map[string]float64 by value. type Pair struct { Key string Value float64