Skip to content

Commit

Permalink
fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Sarvarov committed Oct 11, 2024
1 parent 18ff470 commit d78eb16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ linters:
- durationcheck
- errorlint
- exhaustive
- exportloopref
- copyloopvar
- funlen
- gci
- gocognit
Expand Down
1 change: 1 addition & 0 deletions response.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func Defer(value any, group ...string) DeferProp {
}

var _ ignoreFirstLoad = DeferProp{}

var _ mergeable = DeferProp{}

// AlwaysProp is a property that will always evaluated.
Expand Down

0 comments on commit d78eb16

Please sign in to comment.