Update repo.Create

This commit is contained in:
Unknown
2014-03-08 21:25:38 -05:00
parent 5a05d6633d
commit 76ce6f9848
8 changed files with 94 additions and 32 deletions

View File

@ -17,6 +17,7 @@ import (
"github.com/gogits/gogs/modules/log"
)
// Web form interface.
type Form interface {
Name(field string) string
}