Skip to content

Murzuqisah/projects101

Repository files navigation

projects101

Go language Projects

This repository consists of projects written in Go language

This repository majorly deals with:

number and string manipulations. data type conversions

License GitHub stars GitHub forks GitHub issues

A collection of golang created using different approaches.

Table of Contents

About

This repository contains a collection of various Golang projects ranging from simple, basic functions to complex projects.

Installation

You only need to install visual studio code and set up Go and its various environments to run or view the projects in this repository. Simply clone the repository to your local machine or explore it on GitHub.

git clone https://github.com/murzuqisah/projects101.git

Usage

Feel free to explore the project101 files in this repository. You can view them directly on GitHub or download them to your local machine.

To contribute your own project, please follow the guidelines in the Contributing section below. Contributing

Contributions to this project are welcome! If you'd like to contribute your own project101, please follow these steps:

Fork the repository

Create a new branch

git checkout -b feature/new-update

Add your project files to the appropriate directory

Commit your changes

git commit -am 'Add new project function'

Push to the branch

git push origin feature/new-update

Create a new Pull Request This is done on your Github account after commiting changes.

Please ensure your project is your own creation or that you have the appropriate permissions to contribute it to this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

MIT LICENSE.

Copyright 2024 JOEL AMOS ADERO

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “projects101”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.