GoAdminGroup / go-admin

Confusing naming of struct fields or methods RVV-B0001
Bug risk
Minor
1 occurrence in this check
Method 'updateValue' differs only by capitalization to method 'UpdateValue' in the same source file
 244	return !f.NotAllowAdd
 245}
 246
 247func (f *FormField) updateValue(id, val string, res map[string]interface{}, typ PostType, sql *db.SQL) *FormField { 248
 249	m := FieldModel{
 250		ID:       id,