[Go]1.Constant and Enum
Explain typed and untyped constants, iota, and enum in Go.
Explain typed and untyped constants, iota, and enum in Go.
Explain the three different declarations syntax in Go.
Talk about four important built-in data structures in Go.
Talk about the basic usage of functions in Go, along with some discussion about error handling stuff
Explain the basics about types, struct, and interface in Go.