We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b952fc commit 91072faCopy full SHA for 91072fa
test/testdata/cgo/main.go
@@ -14,6 +14,7 @@ import (
14
"unsafe"
15
)
16
17
+//nolint:nosnakecase
18
func Example() {
19
cs := C.CString("Hello from stdio\n")
20
C.myprint(cs)
0 commit comments