10000 GitHub - binguliki/GoPractice: This repository contains a collection of Go programs that I practiced while learning the Go programming language.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This repository contains a collection of Go programs that I practiced while learning the Go programming language.

Notifications You must be signed in to change notification settings

binguliki/GoPractice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoPractice

This repository contains a collection of Go programs that I practiced while learning the Go programming language. Each program focuses on a specific concept, feature, or functionality in Go, making it a helpful resource for anyone who wants to explore and understand the language better.

Contents

The repository includes programs covering topics such as:

  • Basic syntax and data types
  • Functions and closures
  • Loops and conditional statements
  • Arrays, slices.
  • Structs and interfaces
  • Goroutines and concurrency
  • File handling
  • Error handling

Getting Started

Prerequisites

To run the programs in this repository, ensure you have Go installed on your system. You can download it from the official Go website.

Cloning the Repository

To clone this repository, use the following command:

git clone https://github.com/binguliki/GoPractice.git

Running a Program

Navigate to the directory containing the program you want to run and execute the following command:

go run <filename>.go

For example:

go run hello_world.go

Contribution

This repository is a personal practice archive, but contributions are welcome! If you would like to improve or add new examples, feel free to fork the repository, make your changes, and submit a pull request.

About

This repository contains a collection of Go programs that I practiced while learning the Go programming language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0