Removed a comment
This commit is contained in:
parent
6b32c9eeda
commit
2a9c0eb81a
1 changed files with 0 additions and 5 deletions
|
@ -2,11 +2,6 @@ package utilities
|
||||||
|
|
||||||
import "errors"
|
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.
|
// Utility struct that helps in sorting the available power by value.
|
||||||
type Pair struct {
|
type Pair struct {
|
||||||
Key string
|
Key string
|
||||||
|
|
Reference in a new issue