String formats the [ID] as a string
()
| 130 | type ID interface { |
| 131 | // String formats the [ID] as a string |
| 132 | String() string |
| 133 | // Match the [ID] against a [Pattern] |
| 134 | // It checks if a given identifier matches the pattern. |
| 135 | // - "*" matches a single component |
no outgoing calls