Skip to content

Learn Go (Golang) with step-by-step tutorials. Practical examples and projects to enhance your Go skills.

Notifications You must be signed in to change notification settings

mousav1/learn-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Go (Golang) 🚀

This repository contains a series of tutorials on the Go (Golang) programming language, which are also available on our YouTube channel. The goal of this project is to provide step-by-step learning resources to help you master this popular and versatile language.

📺 Video Tutorials

All tutorials are available on our YouTube channel. Check out the videos through the link below:

YouTube Channel

📂 Repository Structure

The repository is divided into different sections, each focusing on a specific topic in Go:

  • 01-Basics: Fundamentals and introductory concepts of Go
  • 02-Advanced: Advanced topics including Concurrency, Goroutines, and Channels
  • 03-Projects: Small projects to practice and implement learned concepts
  • ... (additional sections as needed)

🛠️ Prerequisites

To run the code and exercises in this repository, you need to have Go installed. You can download and install Go from the link below:

🚀 How to Use

  1. Clone the repository:

    git clone https://github.com/mousav1/learn-go.git
  2. Navigate to the repository folder:

     cd learn-go
  3. Each folder contains code related to a specific topic; to run any code, navigate to the respective folder and execute:

     cgo run main.go
    

🤝 Contribution

We welcome contributions! If you have suggestions for improving the content or would like to help enhance the code, feel free to submit a Pull Request or create an Issue.

📧 Contact Us

Visit our website:

About

Learn Go (Golang) with step-by-step tutorials. Practical examples and projects to enhance your Go skills.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages