GoAdminGroup / go-admin

Confusing naming of struct fields or methods RVV-B0001
Bug risk
Minor
1 occurrence in this check
Method 'showNewForm' differs only by capitalization to method 'ShowNewForm' in the same source file
 28	h.showNewForm(ctx, "", param.Prefix, param.Param.GetRouteParamStr(), false)
 29}
 30
 31func (h *Handler) showNewForm(ctx *context.Context, alert template2.HTML, prefix, paramStr string, isNew bool) { 32
 33	var (
 34		user        = auth.Auth(ctx)