0x-mesh icon indicating copy to clipboard operation
0x-mesh copied to clipboard

Remove redundant type information throughout the codebase

Open jalextowle opened this issue 4 years ago • 1 comments

There are many places throughout the codebase where redundant type information is included in the creation of a struct. This causes style errors to be logged in vim-go, and it would be nice to alleviate the extra verbosity of these statements.

A bonus would be to enable a check on this in the linter.

jalextowle avatar Jul 09 '20 23:07 jalextowle

Hi @jalextowle, I would like to work on this issue. Can you please provide one or two examples of such redundant type information in the code?

justanotherfreak avatar Jul 04 '21 06:07 justanotherfreak