andrewngu / sound-redux

A Soundcloud client built with React / Redux
http://soundredux.io
GNU General Public License v3.0
5.01k stars 876 forks source link

How to set sound-redux folder in GoPath #107

Open himsoftware opened 7 years ago

himsoftware commented 7 years ago

Hi, First thanks to you to share such wonderful project with github community user.I have run your code on my local system without any error.But I am getting confused with while creating sound-redux folder in $GOPAH .I am sharing my directory structure with you. C:\Go\src\path\sound-redux Is it right place to create sound-redux folder. I want to contribute on your project.If possible then please please involve me on your coding parts. himanshupandey1@live.com,himsoftware@gmail.com my personal id. Please help me.

Regards, Himanshu Pandey

andrewngu commented 7 years ago

Thanks for the nice words.

The folder structure for go projects is usually $GOPATH/src/<host>/<user>/<project> Assuming your $GOPATH is C:\Go, yours would look like

C:\go\src\github.com\andrewngu\sound-redux Hope that helps