Skip to content

Commit 547310e

Browse files
committed
Lint: address govet issue
1 parent b2c8054 commit 547310e

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", //nolint:govet
164+
reflect.Pointer: "Ptr",
165165
reflect.Slice: "Slice",
166166
reflect.String: "String",
167167
reflect.Struct: "Struct",

0 commit comments

Comments
 (0)