Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 3716eee

Browse files
committed
Use uppercase for first letter
1 parent 10296af commit 3716eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repo_branches.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package gogs
22

33
type Branch struct {
4-
name string `json:"name"`
5-
commit *PayloadCommit `json:"commit"`
4+
Name string `json:"name"`
5+
Commit *PayloadCommit `json:"commit"`
66
}
77

88
func (c *Client) ListRepoBranches(user, repo string) ([]*Branch, error) {

0 commit comments

Comments
 (0)