Go Learning: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:


=Subjects=
=Subjects=
* Blend https://go.dev/doc/effective_go into [[Go]]. Many answers to my questions may already be in there.
* Initialization Second Pass
* Initialization Second Pass
** Understand why we can simply declare a struct with var, but not a map. Why do we need to make() the map?  
** Understand why we can simply declare a struct with var, but not a map. Why do we need to make() the map?  

Revision as of 02:09, 6 September 2023

Internal

Current Book

Books

Subjects

Articles