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
|
package gogs
|
||||||
|
|
||||||
type Branch struct {
|
type Branch struct {
|
||||||
name string `json:"name"`
|
Name string `json:"name"`
|
||||||
commit *PayloadCommit `json:"commit"`
|
Commit *PayloadCommit `json:"commit"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Client) ListRepoBranches(user, repo string) ([]*Branch, error) {
|
func (c *Client) ListRepoBranches(user, repo string) ([]*Branch, error) {
|
||||||
|
|
Loading…
Reference in a new issue