Skip to content

add command for migration purpose #314

add command for migration purpose

add command for migration purpose #314

GitHub Actions / golangci failed Apr 18, 2024 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

cmd/migrate.go|5 col 2| "os" imported but not used (typecheck)

Filtered Findings (1)

cmd/upgrade.go|5 col 2| "os" imported but not used (typecheck)

Annotations

Check failure on line 5 in cmd/migrate.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/migrate.go#L5

"os" imported but not used (typecheck)
Raw output
cmd/migrate.go:5:2: "os" imported but not used (typecheck)
	"os"
	^