simpleAssignmentOperators
Go supports the normal =
operator, as well as a short assignment operator, which also declares the variable under certain circumstances. But both act as a simple assignment.
Go supports the normal =
operator, as well as a short assignment operator, which also declares the variable under certain circumstances. But both act as a simple assignment.