GO Programming in easy steps, 2nd edition is updated for GO version 1.26 (released February 10, 2026) and first illustrates golang programming basics with variables, operators, flow control, and functions, before moving on to demonstrate Object-Oriented Programming (OOP) with golang. This book then shows how golang can handle user input, plus read and write files on your own system.
This new edition has also added language addition for the new() function and has been updated to demonstrate all examples in the Visual Studio Code IDE.
GO Programming in easy steps, 2nd edition has an easy-to-follow style that will appeal to:
This book makes no assumption that you have previous knowledge of any programming language, so is suitable for a beginner or a programming guru.
- Getting Started
- Storing Values
- Performing Operations
- Controlling Flow
- Producing Functions
- Building Structures
- Creating Arrays
- Harnessing Time
- Managing Data
- Handling Input
- Employing Concurrency
- Processing Requests