Skip to content

6350150676/goTutorial

Repository files navigation

Go Tutorial Practice

This repository contains my code from the Go Programming Tutorial playlist by ProgrammingKnowledge.
It’s a collection of small programs and examples I wrote while learning Go.

Topics Covered

  • Variables, constants, and data types
  • Control structures (if, for, switch)
  • Functions and multiple return values
  • Arrays, slices, and maps
  • Structs, methods, and interfaces
  • Error handling
  • Concurrency with goroutines and channels
  • File handling

Running the Code

  1. Install Go.
  2. Clone the repository:
    git clone https://github.com/<your-username>/<your-repo>.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages