Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shipengqi committed Aug 13, 2023
1 parent 1d99829 commit d75af16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m
args: --timeout=10m -v
1 change: 1 addition & 0 deletions crtutil/tmpl/funcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"time"

"github.com/fatih/color"

"github.com/shipengqi/golib/crtutil"
)

Expand Down

0 comments on commit d75af16

Please sign in to comment.