jaswdr / faker

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

(SCC-SA1019) Using a deprecated function, variable, constant or field #122

Closed jaswdr closed 1 year ago

jaswdr commented 2 years ago

Description

Sometimes a struct field, function, type, or even a whole package becomes redundant or unnecessary but must be kept for compatibility with existing programs. These should not be used except for compatibility with legacy systems.

Occurrences

There is 1 occurrence of this issue in the repository.

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

jaswdr commented 1 year ago

To fix this issue we need to require Go >= 1.16. I'm adding this to the Go 1.18 migration plan.

jaswdr commented 1 year ago

Closing in favor of migration project