(CRT-A0010) Function call can be replaced with helper function

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 of wg.Add(-1), strings.Split instead of strings.SplitN with N as -1 and http.NotFoundHandler instead of http.HandlerFunc with http.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/