Commit 6f64cf53 authored by Romain Maneschi's avatar Romain Maneschi

repair go vet

parent 02a6db52
...@@ -417,15 +417,15 @@ type IssueCommentEvent struct { ...@@ -417,15 +417,15 @@ type IssueCommentEvent struct {
ID int `json:"id"` ID int `json:"id"`
IID int `json:"iid"` IID int `json:"iid"`
ProjectID int `json:"project_id"` ProjectID int `json:"project_id"`
MilestoneID int `json:"milestone_id` MilestoneID int `json:"milestone_id"`
AuthorID int `json:"author_id"` AuthorID int `json:"author_id"`
Description string `json:"description"` Description string `json:"description"`
State string `json:"state"` State string `json:"state"`
Title string `json:"title"` Title string `json:"title"`
LastEditedAt string `json:"last_edit_at"` LastEditedAt string `json:"last_edit_at"`
LastEditedByID int `json:"last_edited_by_id` LastEditedByID int `json:"last_edited_by_id"`
UpdatedAt string `json:"updated_at"` UpdatedAt string `json:"updated_at"`
UpdatedByID int `json:"updated_by_id` UpdatedByID int `json:"updated_by_id"`
CreatedAt string `json:"created_at"` CreatedAt string `json:"created_at"`
ClosedAt string `json:"closed_at"` ClosedAt string `json:"closed_at"`
DueDate *ISOTime `json:"due_date"` DueDate *ISOTime `json:"due_date"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment