This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Remove redundant type information throughout the codebase #859
Labels
good first issue
Good for newcomers
tech debt
A code quality issue is not urgent but could cause problems down the line if not addressed
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.
The text was updated successfully, but these errors were encountered: