Remove ill-advised code
This commit is contained in:
parent
833093ebee
commit
060426fd64
@ -18,7 +18,7 @@ type FormScanFunc func(name, formVal string, val any) (bool, error)
|
|||||||
type FormScanner struct {
|
type FormScanner struct {
|
||||||
form url.Values
|
form url.Values
|
||||||
err error
|
err error
|
||||||
ScanFunc FormScanFunc
|
ScanFunc FormScanFunc // TODO: Remove?
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewFormScanner(form url.Values) *FormScanner {
|
func NewFormScanner(form url.Values) *FormScanner {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user