feat: Use sqlite + gorm #58
Annotations
1 error and 3 warnings
Setup golangci-lint
issues found
|
Setup golangci-lint:
internal/storage/database.go#L4
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
|
Setup golangci-lint:
internal/storage/database.go#L8
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
|
Setup golangci-lint:
cmd/app/main.go#L16
import-shadowing: The name 'handlers' shadows an import name (revive)
|
Loading