Documentation ¶
Overview ¶
Package form provides form validation, repopulation for controllers and a funcmap for the html/template package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrTooLarge is when the uploaded file is too large ErrTooLarge = errors.New("File is too large.") )
Functions ¶
func Repopulate ¶
Repopulate updates the dst map so the form fields can be refilled.
Types ¶
Click to show internal directories.
Click to hide internal directories.