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

[QUESTION] Can we specify the image target directory even runs on different machine #129

Closed mmengspv closed 1 year ago

mmengspv commented 1 year ago

What is your question? When I use the faker.Person().Image() etc. it always saves the image to the target directory which is os.TempDir() . And if we run it on another machine it will be different.

Is there a way to specify the target directory even runs on a different machine or system?