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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy