Closed MaerF0x0 closed 2 years ago
creating both a variable and import name faker is confusing and lead me wondering where the docs where for these functions like .Person()
faker
.Person()
Took some careful inspection to realize you're hiding the faker import with a faker variable.
Consider this change set to make it more legible and clear about what is going on.
Description
Replace this line with a short description of your changes
Are you trying to fix an existing issue?
Replace this line with a link to the issue you are trying to fix
Go Version
$ go version # replace this line with the output
Go Tests
$ go test # replace this line with the output
LGTM
Merged, @MaerF0x0 thank you for catching this 👍
creating both a variable and import name
faker
is confusing and lead me wondering where the docs where for these functions like.Person()
Took some careful inspection to realize you're hiding the faker import with a faker variable.
Consider this change set to make it more legible and clear about what is going on.
Description
Replace this line with a short description of your changes
Are you trying to fix an existing issue?
Replace this line with a link to the issue you are trying to fix
Go Version
Go Tests