summaryrefslogtreecommitdiff
path: root/form_input.go
diff options
context:
space:
mode:
Diffstat (limited to 'form_input.go')
-rw-r--r--form_input.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/form_input.go b/form_input.go
index bb7c065..48ad067 100644
--- a/form_input.go
+++ b/form_input.go
@@ -10,7 +10,6 @@ const (
FormInputKindString = "string"
)
-//
// FormInput provide the information to create an input component.
//
// The Label field define the input text, the Hint field provide a
@@ -20,7 +19,6 @@ const (
//
// The Max and Min fields is optional, it only affect if the Kind is
// FormInputKindNumber.
-//
type FormInput struct {
Label string `json:"label"`
Hint string `json:"hint"`