Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 2163105

Browse files
committed
all: apply go vet fixes
1 parent 6d13f94 commit 2163105

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

go-python.go

+1-4
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,5 @@ func pyfmt(v interface{}) (unsafe.Pointer, string) {
7878

7979
}
8080

81-
panic(fmt.Errorf(
82-
"python: unknown type (%#T)",
83-
v,
84-
))
81+
panic(fmt.Errorf("python: unknown type (%T)", v))
8582
}

0 commit comments

Comments
 (0)