GoAdminGroup / go-admin

Unused method receiver RVV-B0013
Bug risk
Major
1 occurrence in this check
Method receiver 'f' is not referenced in method's body, consider removing it
 982	return f
 983}
 984
 985func (f *FormPanel) OperationURL(id string) string { 986	return config.Url("/operation/" + utils.WrapURL(id))
 987}
 988