| 6 | ) |
| 7 | |
| 8 | type Node interface { |
| 9 | isNode() |
| 10 | } |
| 11 | |
| 12 | // Identifier is a name given to a variable, function, class, etc. |
| 13 | // Identifiers should be unique within a package. Package information is |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…