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
The Record.Attrs method currently accepts an argument of type func(Attr). For future consistency with iteration over func values, it should accept func(Attr) bool.
Record.Attrs
func(Attr)
func(Attr) bool
The text was updated successfully, but these errors were encountered:
jba
No branches or pull requests
The
Record.Attrs
method currently accepts an argument of typefunc(Attr)
.For future consistency with iteration over func values, it should accept
func(Attr) bool
.The text was updated successfully, but these errors were encountered: