Skip to content

Commit 022b4c1

Browse files
committed
Lint: nolint: newly flagged issue
1 parent 19147d3 commit 022b4c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index/file_index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ var kindToStrMap = map[reflect.Kind]string{
161161
reflect.Func: "Func",
162162
reflect.Interface: "Interface",
163163
reflect.Map: "Map",
164-
reflect.Ptr: "Ptr",
164+
reflect.Ptr: "Ptr", //nolint:govet
165165
reflect.Slice: "Slice",
166166
reflect.String: "String",
167167
reflect.Struct: "Struct",

0 commit comments

Comments
 (0)