0x-mesh
0x-mesh copied to clipboard
Remove redundant type information throughout the codebase
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.
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?