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
sample.gop
// add a sample package main type S string var a, b, c, d = len(b), S(c), "hello", c + "word" func main() { println(a, b, c, d) }
5 hello hello helloword
prog.go:5:22: undefined: b prog.go:8:10: undefined: a ===> errors stack: gop.LoadDir(".", 0xc0000d2750, false) /root/goplus/gengo.go:159 LoadDir(dir, conf, genTestPkg)
main version
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following program
sample.gop
triggers an unexpected resultExpected result
5 hello hello helloword
Got
Gop Version
main version
Additional Notes
No response
The text was updated successfully, but these errors were encountered: