Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme file #9

Closed
anandwana001 opened this issue Jan 8, 2018 · 1 comment · Fixed by #10
Closed

Update Readme file #9

anandwana001 opened this issue Jan 8, 2018 · 1 comment · Fixed by #10

Comments

@anandwana001
Copy link

I would like to update the readme file with following points-

Download and Install

Binary Distributions

Official binary distributions are available at https://golang.org/dl/.

After downloading a binary release, visit https://golang.org/doc/install
or load doc/install.html in your web browser for installation
instructions.

Install From Source

If a binary distribution is not available for your combination of
operating system and architecture, visit
https://golang.org/doc/install/source or load doc/install-source.html
in your web browser for source installation instructions.

Learn

Learn Go Online

Learning resources for specific topics:

Further reading:

  • Newspaper is a topic based newsfeed for slack. Built on Go

CONTRIBUTING!

Contributing to this repo

Implementing new File/Directory Structure

  • Try to keep things as modular as possible, the new file/directory structure should be:
/DataStructures/file
ex: /DataStructures/Stack.go
/algorithms/algorithm/file
ex: /algorithms/bubble_sort/bubble_sort.go

How To:

  1. Fork Repo on Web Page
  2. git clone https://github.com/{your-username}/Algorithms
  3. Code your files in the proper directory based on the instructions above
  4. add all your files git add your/directory/path/to/file/ (see new directory structure above)
  5. commit your file changes git commit -m "Whatever you did here, e.g. created Stack"
  6. push your changes git push
  7. Create a Pull Request to master on Web Page

Alternate via Web

  1. Fork Repo on Web Page
  2. Make your changes to your forked repo
  3. Make Pull Request to master

Go is the work of hundreds of contributors. We appreciate your help!
To contribute, please read the contribution guidelines:
https://golang.org/doc/contribute.html

@mubaris
Copy link
Member

mubaris commented Jan 8, 2018

Send PR, it looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants