Concept Flow - Basic data types
Start
Declare variable with type
Assign value matching type
Use variable in code
Program runs with correct types
End
This flow shows how Go variables are declared with specific types, assigned values, and used in the program.