Skip to content

Commit

Permalink
[fix]golangci-lint対策
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Mar 20, 2024
1 parent f3f5ccf commit 796a3fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/externals/controller/activity_information_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (

"github.com/NUTFes/FinanSu/api/internals/domain"
"github.com/NUTFes/FinanSu/api/internals/usecase"

//lint:ignore
"github.com/labstack/echo/v4"

Check failure on line 12 in api/externals/controller/activity_information_controller.go

View workflow job for this annotation

GitHub Actions / golangci-lint

"github.com/labstack/echo/v4" imported but not used (typecheck)
)

Expand Down

0 comments on commit 796a3fb

Please sign in to comment.