mirror of
https://github.com/interviewstreet/go-jira.git
synced 2025-06-14 23:45:03 +02:00
go fmt
This commit is contained in:
6
issue.go
6
issue.go
@ -31,9 +31,9 @@ type Issue struct {
|
|||||||
|
|
||||||
// Attachment represents a JIRA attachment
|
// Attachment represents a JIRA attachment
|
||||||
type Attachment struct {
|
type Attachment struct {
|
||||||
Self string `json:"self,omitempty"`
|
Self string `json:"self,omitempty"`
|
||||||
Id string `json:"id,omitempty"`
|
Id string `json:"id,omitempty"`
|
||||||
Filename string `json:"filename,omitempty"`
|
Filename string `json:"filename,omitempty"`
|
||||||
Author *Assignee `json:"author,omitempty"`
|
Author *Assignee `json:"author,omitempty"`
|
||||||
Created string `json:"created,omitempty"`
|
Created string `json:"created,omitempty"`
|
||||||
Size int `json:"size,omitempty"`
|
Size int `json:"size,omitempty"`
|
||||||
|
Reference in New Issue
Block a user