Concept Flow - Type inference
Declare variable with :=
Compiler infers type
Variable gets type automatically
Use variable in code
Program runs with inferred types
In Go, when you declare a variable using :=, the compiler automatically figures out the variable's type from the assigned value.