https://github.com/jaygaha/go-beginner
A step by step learning guide for the Go
https://github.com/jaygaha/go-beginner
beginners go go-tutorials golang noob tutorial-code
Last synced: 5 months ago
JSON representation
A step by step learning guide for the Go
- Host: GitHub
- URL: https://github.com/jaygaha/go-beginner
- Owner: jaygaha
- Created: 2025-03-04T05:38:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-03T02:31:41.000Z (7 months ago)
- Last Synced: 2025-07-17T19:47:36.242Z (6 months ago)
- Topics: beginners, go, go-tutorials, golang, noob, tutorial-code
- Language: Go
- Homepage:
- Size: 1.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Go Learning Project
> 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.
## Project Structure
- `cmd/`: Contains the main applications and examples
- For detailed instructions and examples, please check [cmd/README.MD](cmd/README.MD)
## Getting Started
1. Make sure you have `Go` installed on your system
2. Clone this repository
3. Navigate to specific examples in the `cmd` directory
4. Follow the instructions in each example's comments
## Prerequisites
- Go 1.24 or later
- Basic understanding of programming concepts
- Text editor or IDE
## Resources
These are some useful resources where I learned Go:
- [Official Go Documentation](https://golang.org/doc/)
- [Learn Go Fast: Full Tutorial - Alex Mux](https://youtu.be/8uiZC0l4Ajw?feature=shared)
- [Go Tutorial(Golang) for Beginners - Net Ninja](https://youtube.com/playlist?list=PL4cUxeGkcC9gC88BEo9czgyS72A3doDeM&feature=shared)
- [Go by Example](https://gobyexample.com/)
- [Tour of Go](https://tour.golang.org/)
Happy Coding! 🚀