Kind of an extreme thing to ask for, but there are some reasons for this.
go get github.com/numa08/git-lab will generate a binary named git-lab automatically.
Alternatively, it's common to put the main package in a subfolder ie. cmd/git-lab. Then install becomes go get github.com/numa08/git-gitlab/cmd/git-lab
Kind of an extreme thing to ask for, but there are some reasons for this.
go get github.com/numa08/git-labwill generate a binary named git-lab automatically.Alternatively, it's common to put the main package in a subfolder ie.
cmd/git-lab. Then install becomesgo get github.com/numa08/git-gitlab/cmd/git-lab