jaswdr / faker

:rocket: Ultimate fake data generator for Go with zero dependencies
https://pkg.go.dev/github.com/jaswdr/faker
MIT License
549 stars 59 forks source link

(SCC-SA4006) Value assigned to a variable is never read before being overwritten #120

Closed jaswdr closed 2 years ago

jaswdr commented 2 years ago

Description

Value has been assigned to a variable, but it is being overwritten before being read. In most cases, this could be a forgotten error check or dead code.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/jaswdr/faker/issue/SCC-SA4006/occurrences/