Removed a comment

This commit is contained in:
Pradyumna Kaushik 2016-11-25 19:32:50 -05:00 committed by Renan DelValle
parent 6b32c9eeda
commit 2a9c0eb81a

View file

@ -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