icrowley / fake

Fake data generator for Go (Golang)
MIT License
592 stars 77 forks source link

Feature/add file name and extension #19

Open j0hnsmith opened 6 years ago

j0hnsmith commented 6 years ago

Adds FileName and FileExtension.

go generate broke a var name, I had to change it from data to _escData, the tests pass but I wonder if there's a way avoid the vars being prefixed.