package
0.0.0-20231231044807-455a52394e2f
Repository: https://github.com/alphasxd/snippetbox.git
Documentation: pkg.go.dev

# Functions

New 实现一个 New() 函数,用来初始化一个自定义的 Form struct.

# Variables

No description provided by the author

# Structs

Form 创建一个自定义 Form struct 匿名嵌入 url.Values 字段,用来保持表单字段的值 以及一个 Errors 字段,用来保存表单验证错误信息.