Skip to content

jaygaha/go-beginner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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:

Happy Coding! ๐Ÿš€