我想在 Go 结构标签中转义反引号。例如在下面的代码中:
type User struct {
email string `validate: "regexp=`"`
password string `validate: "min=8"`
}
收到一只叮咚
相关分类