Alphabetise release json fields
This commit is contained in:
parent
13dea3e35d
commit
99ff84bdd9
1 changed files with 13 additions and 13 deletions
|
|
@ -21,22 +21,22 @@ import (
|
|||
)
|
||||
|
||||
var ReleaseFields = []string{
|
||||
"url",
|
||||
"apiUrl",
|
||||
"uploadUrl",
|
||||
"tarballUrl",
|
||||
"zipballUrl",
|
||||
"id",
|
||||
"tagName",
|
||||
"name",
|
||||
"body",
|
||||
"isDraft",
|
||||
"isPrerelease",
|
||||
"createdAt",
|
||||
"publishedAt",
|
||||
"targetCommitish",
|
||||
"author",
|
||||
"assets",
|
||||
"body",
|
||||
"createdAt",
|
||||
"id",
|
||||
"isDraft",
|
||||
"isPrerelease",
|
||||
"name",
|
||||
"publishedAt",
|
||||
"tagName",
|
||||
"tarballUrl",
|
||||
"targetCommitish",
|
||||
"uploadUrl",
|
||||
"url",
|
||||
"zipballUrl",
|
||||
}
|
||||
|
||||
type Release struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue