From 2a9c0eb81a1f7799524d0f2166cd662e46e732e4 Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Fri, 25 Nov 2016 19:32:50 -0500 Subject: [PATCH] Removed a comment --- utilities/utils.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/utilities/utils.go b/utilities/utils.go index ede4f64..b953446 100644 --- a/utilities/utils.go +++ b/utilities/utils.go @@ -2,11 +2,6 @@ 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