You now have a working Go environment and understand how Go code is organized. You can write, format, and run simple programs.
In the next section, you'll learn about variables and data types. You'll discover how Go handles numbers, text, and booleans. You'll also learn about Go's type system, which catches many errors before your code runs.