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.go
package main
func main() { cmap.Upsert() }
There should be no error coming out.
Error like "panic: reflect.Value.Call: call of nil function" posted, which caused the pod reboot.
0.16.1
I am writing a Traefik plugin with https://github.com/orcaman/concurrent-map/tree/v1.0.0 imported. However, error like below posted while it is running for while:
Code snippet is as below:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following program
sample.go
triggers an unexpected resultpackage main
func main() {
cmap.Upsert()
}
Expected result
There should be no error coming out.
Got
Error like "panic: reflect.Value.Call: call of nil function" posted, which caused the pod reboot.
Yaegi Version
0.16.1
Additional Notes
I am writing a Traefik plugin with https://github.com/orcaman/concurrent-map/tree/v1.0.0 imported. However, error like below posted while it is running for while:
Code snippet is as below:
The text was updated successfully, but these errors were encountered: