Go Learning: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 16: Line 16:
* 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?  
* [[Go_Slices#NJUL]]
* [[Go_Slices#NJUL]]
* Revisit and refactor [[Go_Integers#Conversion_between_bytes_and_strings]]

Revision as of 23:50, 5 September 2023

Internal

Books

Subjects