GitHunt
OU

oumaoumag/practise-go

A repo for Golang code practice,

Practice Go

Welcome to the "practise-go" repository! This repository is dedicated to practicing Go programming language through various exercises and projects.

About Go

Go, also known as Golang, is a statically typed, compiled programming language designed for simplicity and efficiency. It is widely used in backend development, cloud services, and system programming due to its fast compilation, concurrency support, and strong standard library.

Getting Started

To start practicing Go with this repository, follow these steps:

  1. Clone the repository to your local machine:

bash

git clone https://github.com/garveyshah/practise-go.git
  1. Navigate to the directory containing the Go files:

bash

cd practise-go

3.Explore the directories to find different exercises and projects

Contributing

Contributions to this repository are welcome! If you have a solution to a kata that is not already included or you find a more efficient solution, feel free to submit a pull request.

To contribute, follow these steps:

  1. Fork the repository.

  2. Create a new branch for your changes:

    bash

    git checkout -b feature/new-solution
    
  3. Make your changes and commit them:

    bash

    git commit -m "Add new feature"
    
  4. Push to your fork:

    bash

    git push origin feature/new-feature
    
  5. Submit a pull request.

License

This repository is licensed under the MIT License.

Contributors

Created July 25, 2025
Updated August 29, 2025