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