go-printf-func-name
go-printf-func-name copied to clipboard
Linter checks that printf-like functions are named with `f` at the end.
Results
1
go-printf-func-name issues
Sort by
recently updated
recently updated
newest added
trafficstars
### Pull Request: Fix Package Compatibility Issues in New Go Version #### Title Fix Compatibility Issues in Go 1.21 ##### Before ##### After #### Description I initially felt confused and...