Fix import
This commit is contained in:
parent
3716eee47b
commit
25f8ed637d
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
package gogs
|
package gogs
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
)
|
||||||
|
|
||||||
type Branch struct {
|
type Branch struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Commit *PayloadCommit `json:"commit"`
|
Commit *PayloadCommit `json:"commit"`
|
||||||
|
|
Loading…
Reference in a new issue