go-tools icon indicating copy to clipboard operation
go-tools copied to clipboard

staticcheck should warn with SA1019 when using a deprecated module

Open printfn opened this issue 9 months ago • 1 comments

I was expecting SA1019 to trigger when importing a deprecated module. For example importing github.com/golang/protobuf should warn because it's marked as deprecated here.

printfn avatar Mar 13 '25 06:03 printfn

not working for me either

all2ham avatar Apr 05 '25 17:04 all2ham