Revert "Removed a comment"
This reverts commit fcdffb5c1006d7938d8be4aacad7ec5a7b78f20e.
This commit is contained in:
parent
2a9c0eb81a
commit
6ae59d4be5
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue