()
| 31 | // around and rendered without exposing how it was built. |
| 32 | type SafeURL interface { |
| 33 | String() string |
| 34 | |
| 35 | // The sealed method keeps the set of implementations closed to this package, |
| 36 | // so callers outside it cannot forge a value that claims to be safe. |
no outgoing calls