A `container` _embeds_ a `base`. An embedding looks like a field without a name.
| 19 | // A `container` _embeds_ a `base`. An embedding looks |
| 20 | // like a field without a name. |
| 21 | type container struct { |
| 22 | base |
| 23 | str string |
| 24 | } |
| 25 | |
| 26 | func main() { |
| 27 |
nothing calls this directly
no outgoing calls
no test coverage detected