I have a .go file that has a private variable
var writeClosersZerolog []io.WriteCloser
In the tagbar "variables" section I see an entry that is marked as private
-writeClosersZerolog : []io.WriteCloser
If I press the "v" key nothing happens?! This
n v &@:call <SNR>93_ToggleHideNonPublicTags()<CR>
is the map of the "v" key. Please let me know if I understand something wrong or if I should provide further information.