How can i successfully upload my Go project to existing github repository? Here is how my $GOPATH looks like: /home/user/go
.
There I have created the following directories: src/github.com/StefanCepa/
. And inside that directory I have 2x directories which represent two different projects. I would like each of those projects to be posted on seperate github repository.
Any ideas how can I do that? Commiting stuff written in Go on github is kinda confusing to me.