You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 becomesgo get github.com/numa08/git-gitlab/cmd/git-lab
The text was updated successfully, but these errors were encountered: