In this video Types in Golang are explained.
Go is a statically typed language, meaning we must define a variable with a specific type that can't be changed later.
References:
Imaginary Number: en.wikipedia.org/wiki/Imaginary_number/
Unicode UTF-8 - characters: www.charset.org/utf-8/
Go Programming Playlist: • Go Programming
0:00 Variable
4:54 Constant
7:02 Integer
9:14 Float32 & Float64
13:25 Complex64 Complex128
14:32 Rune & Byte
17:47 Boolean
18:16 String
21:33 Array & Slice
24:43 Map
27:05 Channel
31:03 Struct
32:20 Interface
33:55 Error