tools icon indicating copy to clipboard operation
tools copied to clipboard

gopls/internal: convert variadic arguments from string to []byte/[]rune

Open hhhapz opened this issue 1 year ago • 10 comments

gopls will correctly convert a string argument to a []byte/[]rune argument, however it will not check if the the target is also variadic.

hhhapz avatar Aug 27 '24 09:08 hhhapz