Q&A
Ask and answer questions to make information more available to wider audiences.
Charlotte Jernigan @jernigancharlotte   05, Jun 2023 12:00 AM
static type
What is the static type declaration of a variable in Golang?
answers 1
 
Answer 1
Lily Jarvi @jarvilily   12, Jun 2023 05:17 PM
Static type variable declaration gives confirmation to the compiler that there is one variable existing with the given kind and name so the compiler continues for an additional compilation without requiring total insight concerning the variable. A variable declaration holds its importance at the moment of compilation only, the compiler requires actual variable declaration at the moment of connecting to the program.