/Learning-GoLang

Repository to learn the Go programming language while submitting simple solutions!

Primary LanguageGo

Welcome to LearningGo!

The aim of this repository is to learn golang while adding some coding questions.

  • Fork this repository on GitHub by clicking the Fork button in the top right of this page.

  • Clone your forked repo to your local machine.
    git clone https://github.com/YOUR-USERNAME/LearningGo-.git
    Replace YOUR-USERNAME above with your GitHub username.

  • Create a new branch.
    git checkout -b new-branch

  • Add your contributions.

    • Add any program based on the difficulty level mentioned in the repository
    • Add your name to the CONTRIBUTORS.md file.
  • Commit and push your changes.

git add -A 
git commit -m "Your commit message"
git push --set-upstream origin new-branch
  • Create a Pull Request by navigating to your forked repository and clicking the New pull request button on your left-hand side of the page.

  • Add in a title, edit the PR template, and then press the Create pull request button.

  • Wait for your Pull Request to be reviewed and merged.

  • Congratulations! You just opened a Pull Request.

How to Contribute

1. Add any program of your choice

Add a program according to the Difficulty level in the appropriate folder. Make the filename in accordance to what the code is doing.

2. Add your name

Add your name to the CONTRIBUTORS.md file using the below example:
- [Name](Link to GitHub profile)
Please follow alphabetical order.

Choose one of above or all 3, make a pull request for your contributions and wait for it to be merged!

What next?

  • ⭐ Go ahead and star this repository if you had fun! ⭐
  • If you liked contributing to this project, please share and star this project to help as many people as possible to get started in Open Source.

🎊 🎉 Happy Contributing 🎉 🎊