8000 all: apply go vet fixes · rcacho/go-python@2163105 · GitHub
[go: up one dir, main page]

Skip to content

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

Lines changed: 1 addition & 4 deletions
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)
0