feat: add logger interface #82
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 2 warnings
lint:
transfer/pktline.go#L41
ineffectual assignment to logger (ineffassign)
|
lint:
main.go#L39
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
lint:
transfer/log.go#L14
unused-parameter: parameter 'v' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
transfer/log.go#L17
unused-parameter: parameter 'format' seems to be unused, consider removing or renaming it as _ (revive)
|