git-gitlab
git-gitlab copied to clipboard
rename project to git-lab
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
sadly, there's another go project called git-lab already: https://github.com/kikuchy/git-lab
it aims to do the same thing, but it's a tad more inactive…