diff --git a/repo_branches.go b/repo_branches.go index 944c895..e6f5458 100644 --- a/repo_branches.go +++ b/repo_branches.go @@ -1,5 +1,9 @@ package gogs +import ( + "fmt" +) + type Branch struct { Name string `json:"name"` Commit *PayloadCommit `json:"commit"`