Go Structs: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:


<font color=red>Are all users can define (in terms of types) structs, or there are other user-defined types?</font>
<font color=red>Are all users can define (in terms of types) structs, or there are other user-defined types?</font>


=Struct Literals=
=Struct Literals=

Revision as of 17:25, 22 March 2016

Internal

Overview

Are all users can define (in terms of types) structs, or there are other user-defined types?

Struct Literals

Fields

A field is always exported by the package it is enclosed in.