This project is created while I'm learning Go programming language. The given materials and example may not be sufficient for some learners. Please give feedback and suggestions.
This is a beginner-friendly project to learn Go programming language from scratch. The project contains various examples and exercises to help you understand Go fundamentals. The project is divided into different sections, each focusing on a specific topic step by step.
cmd/
: Contains the main applications and examples- For detailed instructions and examples, please check cmd/README.MD
- Make sure you have
Go
installed on your system - Clone this repository
- Navigate to specific examples in the
cmd
directory - Follow the instructions in each example's comments
- Go 1.24 or later
- Basic understanding of programming concepts
- Text editor or IDE
These are some useful resources where I learned Go:
- Official Go Documentation
- Learn Go Fast: Full Tutorial - Alex Mux
- Go Tutorial(Golang) for Beginners - Net Ninja
- Go by Example
- Tour of Go
Happy Coding! ๐