This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
(CRT-A0010) Function call can be replaced with helper function #20
Labels
enhancement
New feature or request
Description
Some function calls have shorthands that can be used instead of going about the long way. Some of these examples are
wg.Done()
instead ofwg.Add(-1)
,strings.Split
instead ofstrings.SplitN
withN
as-1
andhttp.NotFoundHandler
instead ofhttp.HandlerFunc
withhttp.NotFound
as the function.Occurrences
There are 6 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/profclems/glab/issue/CRT-A0010/occurrences/
The text was updated successfully, but these errors were encountered: