Copy this 3 times on the blackboard for your retention:
fmt.Println shall not be committed
fmt.Println shall not be committed
fmt.Println shall not be committed
...
This commit is contained in:
Hugues Malphettes 2019-12-13 14:53:33 +08:00 committed by George Fleury
parent abeaf149e9
commit aaa21ab88c

View File

@ -14706,8 +14706,6 @@ func (a *DefaultApiService) GetHeadCommit(project, repository, branch string, lo
localVarPath = strings.Replace(localVarPath, "{"+"repositorySlug"+"}", fmt.Sprintf("%v", repository), -1)
localVarPath = strings.Replace(localVarPath, "{"+"branch"+"}", fmt.Sprintf("%v", branch), -1)
fmt.Println("localVarPath", localVarPath)
localVarHeaderParams := make(map[string]string)
localVarQueryParams := url.Values{}
localVarFormParams := url.Values{}