Learning Go from https://www.udemy.com/course/go-the-complete-developers-guide
Different data types supported by Go
| Value Types | Reference Types |
|---|---|
| int | slice |
| float | map |
| string | channel |
| bool | pointer |
| struct | function |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Learning Go from https://www.udemy.com/course/go-the-complete-developers-guide
Different data types supported by Go
| Value Types | Reference Types |
|---|---|
| int | slice |
| float | map |
| string | channel |
| bool | pointer |
| struct | function |