1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-03-17 20:47:57 +02:00

Fixed examples/create response output

This commit is contained in:
manuelbcd 2021-03-03 22:56:21 +00:00
parent d30c2ef40d
commit abcff6f1b5

View File

@ -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)
}