From 6e27a84dba52e68fe7b75df50190934ab96c1946 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 21 Aug 2022 02:14:04 +0700 Subject: all: reformat with Go 1.19 gofmt --- form_input.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'form_input.go') 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"` -- cgit v1.3