style: use linter to style the code
This commit is contained in:
parent
ea8b2356b8
commit
3f81ebfb0d
5 changed files with 33 additions and 45 deletions
|
|
@ -56,14 +56,3 @@ func fetchRepositoriesGitlab() ([]Repository, error) {
|
|||
|
||||
return repositories, nil
|
||||
}
|
||||
|
||||
func getGitlabURL(gitlabToken string, gitlabHost string, repoName string) (string) {
|
||||
|
||||
// make gitlab url
|
||||
url := fmt.Sprintf("https://gitlab-token:%s@%s/%s.git",
|
||||
gitlabToken,
|
||||
gitlabHost,
|
||||
repoName)
|
||||
|
||||
return url
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue