Literals
A Go literal is an explicitly specified number
, character
, or string
. Go programs have four common kinds of literals.
Literals are considered untyped
.
A Go literal is an explicitly specified number
, character
, or string
. Go programs have four common kinds of literals.
Literals are considered untyped
.