Files
learngo/x-tba/2-structs/TODO.md

20 lines
461 B
Markdown
Raw Normal View History

2019-04-10 21:00:05 +03:00
[x] what?
[x] why?
[x] struct type
[x] struct literal
[x] anonymous structs
[x] named structs
[x] struct fields
[x] compare and assign
[x] printing
[ ] embedding
**LATER:**
[ ] exporting struct and fields
[ ] funcs: constructor pattern
[ ] using anonymous structs when testing
[ ] pointers:
[ ] struct tags {json encode/decode} - project?
[ ] structs and pointers - later
[ ] padding and memory layout - later
[ ] empty struct (in channels section)