mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 17:00:12 -05:00
Cleanup
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:
parent
abeaf149e9
commit
aaa21ab88c
@ -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, "{"+"repositorySlug"+"}", fmt.Sprintf("%v", repository), -1)
|
||||||
localVarPath = strings.Replace(localVarPath, "{"+"branch"+"}", fmt.Sprintf("%v", branch), -1)
|
localVarPath = strings.Replace(localVarPath, "{"+"branch"+"}", fmt.Sprintf("%v", branch), -1)
|
||||||
|
|
||||||
fmt.Println("localVarPath", localVarPath)
|
|
||||||
|
|
||||||
localVarHeaderParams := make(map[string]string)
|
localVarHeaderParams := make(map[string]string)
|
||||||
localVarQueryParams := url.Values{}
|
localVarQueryParams := url.Values{}
|
||||||
localVarFormParams := url.Values{}
|
localVarFormParams := url.Values{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user