aboutsummaryrefslogtreecommitdiff
path: root/form_input.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-21 02:14:04 +0700
committerShulhan <ms@kilabit.info>2022-08-21 02:32:29 +0700
commit6e27a84dba52e68fe7b75df50190934ab96c1946 (patch)
treefbcceae155bb41ff31bfd58e53da9b9183ee4a13 /form_input.go
parent644439ff61c46aec81894074203bc7d3c9acc24d (diff)
downloadgorankusu-6e27a84dba52e68fe7b75df50190934ab96c1946.tar.xz
all: reformat with Go 1.19 gofmt
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"`