/go-web

Primary LanguageGo

Steps to contribute in this project as follows:

  1. Fork the repository.
  2. Clone the repository. (git clone url)
  3. Create new branch. (git branch branchname)
  4. Move to new branch. (git checkout branchname)
  5. Change or update code.
  6. Push the code. (git push origin branchname)