| 278 | } |
| 279 | |
| 280 | type Nested struct { |
| 281 | A SubNested `url:"a"` |
| 282 | B *SubNested `url:"b"` |
| 283 | Ptr *SubNested `url:"ptr,omitempty"` |
| 284 | } |
| 285 | |
| 286 | tests := []struct { |
| 287 | input interface{} |
nothing calls this directly
no outgoing calls
no test coverage detected