Revert "Removed a comment"

This reverts commit fcdffb5c1006d7938d8be4aacad7ec5a7b78f20e.
This commit is contained in:
Pradyumna Kaushik 2016-11-25 20:21:01 -05:00 committed by Renan DelValle
parent 2a9c0eb81a
commit 6ae59d4be5

View file

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