String is a string variable.
()
| 95 | |
| 96 | // String is a string variable. |
| 97 | func (z AccountAddress) String() string { |
| 98 | return (hash.Hash)(z).String() |
| 99 | } |
| 100 | |
| 101 | // Less return true if k is less than y. |
| 102 | func (k *NodeKey) Less(y *NodeKey) bool { |
no test coverage detected