We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ce681 commit 34961d4Copy full SHA for 34961d4
config.go
@@ -54,7 +54,6 @@ func NoTagsStructRowsViewer() *StructRowsViewer {
54
var (
55
typeOfError = reflect.TypeOf((*error)(nil)).Elem()
56
typeOfContext = reflect.TypeOf((*context.Context)(nil)).Elem()
57
- typeOfView = reflect.TypeOf((*View)(nil)).Elem()
58
typeOfTime = reflect.TypeOf(time.Time{})
59
typeOfEmptyStruct = reflect.TypeOf(struct{}{})
60
)
0 commit comments