mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-03-19 20:57:47 +02:00
Fixed examples/create response output
This commit is contained in:
parent
d30c2ef40d
commit
abcff6f1b5
@ -59,5 +59,5 @@ func main() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
fmt.Printf("%s: %+v\n", issue.Key, issue.Fields.Summary)
|
||||
fmt.Printf("%s: %+v\n", issue.Key, issue.Self)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user