lint
All checks were successful
pr / test (pull_request) Successful in 2m22s
lint / lint (pull_request) Successful in 10m12s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-03-09 23:33:19 +03:00
parent cf877845a1
commit c548064225
17 changed files with 187 additions and 147 deletions

View File

@@ -56,9 +56,9 @@ type Wrapper struct {
s fmt.State
pointers map[uintptr]int
opts *Options
takeMap map[int]bool
depth int
ignoreNextType bool
takeMap map[int]bool
protoWrapperType bool
sqlWrapperType bool
}