Update golangci-lint and turn it on in CI

This commit is contained in:
Dmitry Kropachev
2024-06-14 13:07:21 -04:00
committed by Sylwia Szunejko
parent a9ab270196
commit ab80d70106
37 changed files with 225 additions and 151 deletions

2
udt.go
View File

@@ -24,8 +24,8 @@ var (
)
type udt struct {
value reflect.Value
field map[string]reflect.Value
value reflect.Value
unsafe bool
}