gopher.nvim icon indicating copy to clipboard operation
gopher.nvim copied to clipboard

Corner case for GoAddTags

Open yakomisar opened this issue 2 years ago • 0 comments

GoAddTags does not work for structs, like this one: function code var apiSettings struct { Secret string dbConn string } some code

And for anonymous structs it does not work as well settings := struct { API string Key string }

yakomisar avatar Jun 14 '23 17:06 yakomisar