aboutsummaryrefslogtreecommitdiff
path: root/modules/auth/repo_form.go
diff options
context:
space:
mode:
authorStefan-Code <Stefan-Code@users.noreply.github.com>2015-02-18 11:12:41 +0100
committerStefan-Code <Stefan-Code@users.noreply.github.com>2015-02-18 11:12:41 +0100
commitb508fb041ff83919eff6618a62658288745a2c1b (patch)
tree7fb4a602afe87800e7f24957d9702ce38bbea643 /modules/auth/repo_form.go
parent1628ef4ba5120d338c0616e37153f9f9b2f8f236 (diff)
parenta307574fbcb58bed41017fb2262852327cf050d0 (diff)
Merge branch 'dev' of https://github.com/gogits/gogs into dev
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r--modules/auth/repo_form.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index 36e62f04..c771dd59 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -52,7 +52,6 @@ type RepoSettingForm struct {
Branch string `form:"branch"`
Interval int `form:"interval"`
Private bool `form:"private"`
- GoGet bool `form:"goget"`
}
func (f *RepoSettingForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors {