Performance improvement : pman ls
command is now 4x faster for most use cases
#37
Annotations
6 errors and 1 warning
Run golangci-lint:
pkg/utils/utils.go#L128
S1008: should use 'return now-recTime > int64(oneDay)' instead of 'if now-recTime > int64(oneDay) { return true }; return false' (gosimple)
|
Run golangci-lint:
pkg/indexer.go#L68
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
Run golangci-lint:
cmd/alias.go#L48
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
Run golangci-lint:
cmd/delete.go#L58
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
Run golangci-lint:
cmd/set.go#L54
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
Run golangci-lint
issues found
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/pman/pman. Supported file pattern: go.sum
|
Loading