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:
- Clone the repository to your local machine:
bash
git clone https://github.com/garveyshah/practise-go.git
- 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:
-
Fork the repository.
-
Create a new branch for your changes:
bashgit checkout -b feature/new-solution -
Make your changes and commit them:
bashgit commit -m "Add new feature" -
Push to your fork:
bashgit push origin feature/new-feature -
Submit a pull request.
License
This repository is licensed under the MIT License.