Some fixes

This commit is contained in:
Olivier Tremblay 2016-05-26 15:33:47 -04:00
parent 5a2f3f98ac
commit 5927b657f9
No known key found for this signature in database
GPG key ID: 1A9FE7C1DFF65CB0
5 changed files with 72 additions and 26 deletions

2
jkl.go
View file

@ -24,7 +24,7 @@ func Create(issue *Issue) error {
if err != nil {
return err
}
fmt.Println(issue)
// fmt.Println(issue)
resp, err := httpClient.Post("api/2/issue", payload)
if err != nil {
fmt.Println(resp.StatusCode)