Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Giorgos Dimitriadis e3ef304502
content for Golang structs (#1898)
2 years ago
..
100-basic-syntax.md Add basic syntax of go resources (#1601) 2 years ago
101-variables.md Add variables content (#1592) 2 years ago
102-data-types.md Add data types resources (#1706) 2 years ago
103-for-loop.md Add for loop content 2 years ago
104-range.md Add range docs (#1594) 2 years ago
106-errors-panic-recover.md Adds JavaScript roadmap (#1537) 2 years ago
107-conditionals.md Add Go conditional statements resources 2 years ago
108-functions.md Add go functions resources (#1602) 2 years ago
109-packages.md Adds JavaScript roadmap (#1537) 2 years ago
110-type-casting.md Add type casting docs in golang (#1714) 2 years ago
111-type-inference.md Add type inference resources (#1752) 2 years ago
112-arrays.md Add go array resources (#1707) 2 years ago
113-slices.md Fix slices link 2 years ago
114-maps.md content for Go maps (#1866) 2 years ago
115-make.md content for Golang's make function (#1870) 2 years ago
116-structs.md content for Golang structs (#1898) 2 years ago
readme.md Add Go basics content (#1578) 2 years ago

readme.md

Learn the Basics

Learn the common concepts of Go like variables, loops, conditional statements, functions, data types, and so on. A good starting point for go basics is its Go's official docs.

Free Content Official Go Tutorial