Node returns the path node for p.
()
| 439 | |
| 440 | // Node returns the path node for p. |
| 441 | func (p *Any) Node() Node { return oneOfNode(p.Path) } |
| 442 | |
| 443 | // Format implements fmt.Formatter to print the path. |
| 444 | func (p *Any) Format(f fmt.State, c rune) { |