refactor(no-release): use errors.New instead of fmt.Errorf
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
refactor(no-release): use errors.New instead of fmt.Errorf
Oleksandr Redko
requested to merge
gitlab-community/gitlab-org/api/client-go:refactor/use-errors-new
into
main
Jan 05, 2026
Overview
9
Commits
1
Pipelines
2
Reports
3
Changes
7
errors.New
is slightly more efficient than
fmt.Errorf
.
Merge request reports
Loading