Fix import

This commit is contained in:
Antoine GIRARD 2016-01-15 14:35:31 +01:00
parent 3716eee47b
commit 25f8ed637d

View file

@ -1,5 +1,9 @@
package gogs
import (
"fmt"
)
type Branch struct {
Name string `json:"name"`
Commit *PayloadCommit `json:"commit"`