Skip to content

don't use extra cmds, use a flag (#25) #104

don't use extra cmds, use a flag (#25)

don't use extra cmds, use a flag (#25) #104

Triggered via push December 29, 2023 03:58
Status Success
Total duration 18s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

7 errors
lint: internal/version/version.go#L11
pattern version.txt: no matching files found (typecheck)
lint: internal/chain/chain.go#L17
type `dispatcher` is unused (unused)
lint: internal/chain/chain.go#L21
func `(*dispatcher[T]).Next` is unused (unused)
lint: internal/chain/chain.go#L33
func `(*dispatcher[T]).SetNext` is unused (unused)
lint: internal/file/copy.go#L33
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint: cmd/pushbak/main.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
lint: cmd/refiles/main.go#L7
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)