Skip to content

Commit

Permalink
[fix]ignore削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Mar 20, 2024
1 parent 1f7b291 commit e0cb258
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/NUTFes/FinanSu/api/internals/domain"
"github.com/NUTFes/FinanSu/api/internals/usecase"

"github.com/labstack/echo/v4" //nolint:golint,unused
"github.com/labstack/echo/v4"

Check failure on line 11 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)
)

type activityInformationController struct {
Expand Down

0 comments on commit e0cb258

Please sign in to comment.