good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8008c5b1 authored by Felix Lange's avatar Felix Lange Committed by Péter Szilágyi
Browse files

rpc: remove 'exported or builtin' restriction for parameters (#20332)

* rpc: remove 'exported or builtin' restriction for parameters

There is no technial reason for this restriction because package reflect
can create values of any type. Requiring parameters and return values to
be exported causes a lot of noise in package exports.

* rpc: fix staticcheck warnings
parent 9c6cf960
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment