From 6ae59d4be54dc6195c6130f5eb06c61b7a16a0e7 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Fri, 25 Nov 2016 20:21:01 -0500 Subject: [PATCH] Revert "Removed a comment" This reverts commit fcdffb5c1006d7938d8be4aacad7ec5a7b78f20e. --- utilities/utils.go | 5 +++++ 1 file changed, 5 insertions(+) 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