To add to the previous answer,
> I've read that GOPATH is the location of my workspace, where all of my go
code belongs (personal project and dependencies of all of these projects).
yes (so far)
> If I want to push one of my project on github, will I push only my
project source code or will I
https://blog.gopheracademy.com/advent-2015/vendor-folder/
On Monday, March 27, 2017 at 10:45:51 AM UTC+5:30, Rafo Ufoun wrote:
>
> Hello everyone !
>
> I'm new to golang and I have some questions about the workspace and the
> dependencies management.
>
> I've read that GOPATH is the location of