All public logs
Jump to navigation
Jump to search
Combined display of all available logs of NovaOrdis Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:10, 4 November 2024 Ovidiu talk contribs created page Go Structs Embedded Fields (Created page with "=Internal= =Overview= =TO DEPLETE= <font color=darkkhaki> Field embedding is used to share state in inheritance. When only the type but not the name of a filed is declared, the name of the field is implicitly the unqualified name of the type, and the field is called an '''embedded field''' or an anonymous field: <syntaxhighlight lang='go'> type SomeInterface interface { ... } type SomeOtherStruct struct { s...")