diff --git a/utilities/utils.go b/utilities/utils.go index b953446..ede4f64 100644 --- a/utilities/utils.go +++ b/utilities/utils.go @@ -2,6 +2,11 @@ package utilities import "errors" +/* +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. type Pair struct { Key string