diff --git a/.golangci.yml b/.golangci.yml index 97142fd..2556b1a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -27,7 +27,7 @@ linters: - durationcheck - errorlint - exhaustive - - exportloopref + - copyloopvar - funlen - gci - gocognit diff --git a/response.go b/response.go index e9d1a55..89a40a5 100644 --- a/response.go +++ b/response.go @@ -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.