icrowley / fake

Fake data generator for Go (Golang)
MIT License
595 stars 80 forks source link

Compilation error after go gnerate #27

Open maxtar opened 5 years ago

maxtar commented 5 years ago

I've changed phones_format files and run go generate command. No error was shown. But when I trying compile my application I getting the follow error:

 go build
# github.com/icrowley/fake
..\..\..\..\icrowley\fake\fake.go:96:20: undefined: data

I compare old data.go and after generate. data variable not exist in it.