Minor fix for go vet
This commit is contained in:
parent
971e2c3bd6
commit
e3d3d424b2
2 changed files with 3 additions and 3 deletions
|
@ -143,7 +143,7 @@ func (f *NewWebhookForm) Validate(ctx *macaron.Context, errs binding.Errors) bin
|
|||
}
|
||||
|
||||
type NewSlackHookForm struct {
|
||||
PayloadURL string `binding:"Required;Url`
|
||||
PayloadURL string `binding:"Required;Url"`
|
||||
Channel string `binding:"Required"`
|
||||
Username string
|
||||
IconURL string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue