From 76ce6f98487b3754992da18969df37560e49ee82 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 8 Mar 2014 21:25:38 -0500 Subject: Update repo.Create --- modules/auth/form.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/auth/form.go') diff --git a/modules/auth/form.go b/modules/auth/form.go index a90f3d85..b0855275 100644 --- a/modules/auth/form.go +++ b/modules/auth/form.go @@ -17,6 +17,7 @@ import ( "github.com/gogits/gogs/modules/log" ) +// Web form interface. type Form interface { Name(field string) string } -- cgit v1.2.3