forcetypeassert
forcetypeassert copied to clipboard
Comparison with `errcheck -asserts`
errcheck has -asserts
(check-type-assertions: true
in golangci-lint) which appears to offer the same functionality as forcetypeassert. Are you aware of any pros/cons/differences between them?