mirror of
				https://github.com/interviewstreet/go-jira.git
				synced 2025-10-30 23:47:46 +02:00 
			
		
		
		
	Merge pull request #357 from manuelbcd/fix-example-create
Fixed examples/create response output
This commit is contained in:
		| @@ -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) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user