Use uppercase for first letter
This commit is contained in:
parent
10296af427
commit
3716eee47b
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
package gogs
|
||||
|
||||
type Branch struct {
|
||||
name string `json:"name"`
|
||||
commit *PayloadCommit `json:"commit"`
|
||||
Name string `json:"name"`
|
||||
Commit *PayloadCommit `json:"commit"`
|
||||
}
|
||||
|
||||
func (c *Client) ListRepoBranches(user, repo string) ([]*Branch, error) {
|
||||
|
|
Loading…
Reference in a new issue