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