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

Commit 25f8ed6

Browse files
committed
Fix import
1 parent 3716eee commit 25f8ed6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

repo_branches.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package gogs
22

3+
import (
4+
"fmt"
5+
)
6+
37
type Branch struct {
48
Name string `json:"name"`
59
Commit *PayloadCommit `json:"commit"`

0 commit comments

Comments
 (0)