This is area where programmer is able create a simple error. Instead of a:=2
she writes a=2
. In another areas is golang more rigorous (is not possible declare variable and do not use it etc…).
This is area where programmer is able create a simple error. Instead of a:=2
she writes a=2
. In another areas is golang more rigorous (is not possible declare variable and do not use it etc…).