We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 generate
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.
data
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:I compare old data.go and after generate.
data
variable not exist in it.The text was updated successfully, but these errors were encountered: