Fixes - Templates Better design - #82
Annotations
5 errors
|
linting
issues found
|
|
linting:
examples/example_test.go#L6
package should be `examples_test` instead of `examples` (testpackage)
|
|
linting:
strings/strings.go#L151
ifElseChain: rewrite if-else to switch statement (gocritic)
|
|
linting:
file/file_test.go#L90
ifElseChain: rewrite if-else to switch statement (gocritic)
|
|
linting:
examples/example_test.go#L11
import 'log' is not allowed from list 'non-main files': Use log/slog instead, see https://go.dev/blog/slog (depguard)
|