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
Hi Yves,
I guess the core.go and code-meta.go are redundant ? the *-meta seems to be the good one. I've created a pull request.
xpech@XavBook src % go build claire4.go # Core /opt/local/lib/go/src/Core/Core.go:11:6: GeneralError redeclared in this block /opt/local/lib/go/src/Core/Core-meta.go:11:6: previous declaration ....
The text was updated successfully, but these errors were encountered:
Absolutely, the .go files have been renamed into -meta.go. The presence of Core.go or others is a git synchronization error which I have now fixed.
Sorry, something went wrong.
No branches or pull requests
Hi Yves,
I guess the core.go and code-meta.go are redundant ? the *-meta seems to be the good one.
I've created a pull request.
The text was updated successfully, but these errors were encountered: