apiテスト導入 #613
Annotations
10 errors
golangci-lint:
api/drivers/server/server.go#L14
undeclared name: `echo` (typecheck)
|
golangci-lint:
api/drivers/server/server.go#L16
undeclared name: `echo` (typecheck)
|
golangci-lint:
api/drivers/server/server.go#L9
"github.com/labstack/echo/v4" imported but not used (typecheck)
|
golangci-lint:
api/test/sample_test.go#L22
undeclared name: `testfixtures` (typecheck)
|
golangci-lint:
api/test/sample_test.go#L40
undeclared name: `testfixtures` (typecheck)
|
golangci-lint:
api/test/sample_test.go#L41
undeclared name: `testfixtures` (typecheck)
|
golangci-lint:
api/test/sample_test.go#L86
ReadAll not declared by package io (typecheck)
|
golangci-lint:
api/test/sample_test.go#L114
ReadAll not declared by package io (typecheck)
|
golangci-lint:
api/test/sample_test.go#L155
ReadAll not declared by package io (typecheck)
|
golangci-lint:
api/test/sample_test.go#L14
"github.com/go-testfixtures/testfixtures/v3" imported but not used (typecheck)
|
Loading