Constants

Learn about constants in Go.

We'll cover the following

iota

iota starts constant numbering in Go. It doesn’t mean “start from zero” as someone might expect. It is an index of a constant in the current const block:

Get hands-on with 1200+ tech skills courses.