Some fixes
This commit is contained in:
parent
5a2f3f98ac
commit
5927b657f9
5 changed files with 72 additions and 26 deletions
2
jkl.go
2
jkl.go
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue