Commit 76bc1725 authored by Sander van Harmelen's avatar Sander van Harmelen

Run `goftm` and cut the long comment a bit shorter

Target length for comments is around 80 chars.
parent 433a030b
...@@ -84,7 +84,7 @@ type Project struct { ...@@ -84,7 +84,7 @@ type Project struct {
GroupAccessLevel int `json:"group_access_level"` GroupAccessLevel int `json:"group_access_level"`
} `json:"shared_with_groups"` } `json:"shared_with_groups"`
Statistics *ProjectStatistics `json:"statistics"` Statistics *ProjectStatistics `json:"statistics"`
Links *Links `json:"_links,omitempty"` Links *Links `json:"_links,omitempty"`
} }
// Repository represents a repository. // Repository represents a repository.
...@@ -159,7 +159,8 @@ type ForkParent struct { ...@@ -159,7 +159,8 @@ type ForkParent struct {
WebURL string `json:"web_url"` WebURL string `json:"web_url"`
} }
// Links represents a project web liks for self, issues, merge_requests, repo_branches, labels, events, members. // Links represents a project web liks for self, issues, merge_requests,
// repo_branches, labels, events, members.
type Links struct { type Links struct {
Self string `json:"self"` Self string `json:"self"`
Issues string `json:"issues"` Issues string `json:"issues"`
......
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