Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed unnecessary fields
  • Loading branch information
kiliit committed Sep 12, 2015
commit 1a3306e42d09d3b31b6a0d0895f9dfd7192a7789
2 changes: 0 additions & 2 deletions repo_releases.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (

type Release struct {
Id int64 `json:"id"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use ID

Repo Repository `json:"repository"`
Publisher User `json:"publisher"`
TagName string `json:"tag_name"`
LowerTagName string `json:"lower_tag_name"`
Expand Down Expand Up @@ -47,7 +46,6 @@ type CreateReleaseOption struct {
Note string `json:"note"`
IsDraft bool `json:"draft"`
IsPrerelease bool `json:"prerelease"`
Created time.Time `json:"created"`
}


Expand Down