Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md: removes faker import confusion #124

Merged
merged 1 commit into from Sep 30, 2022
Merged

Update README.md: removes faker import confusion #124

merged 1 commit into from Sep 30, 2022

Conversation

MaerF0x0
Copy link
Contributor

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 version
# replace this line with the output

Go Tests

$ go test
# replace this line with the output

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.
@jaswdr jaswdr merged commit d9e5b3b into jaswdr:master Sep 30, 2022
@jaswdr
Copy link
Owner

jaswdr commented Sep 30, 2022

LGTM

@jaswdr
Copy link
Owner

jaswdr commented Sep 30, 2022

Merged, @MaerF0x0 thank you for catching this 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants