Say I have the following code in Go:
age := 10 const ageCopy = age
Why does this throw a compile error "Const initializer \'age\' is